MySQL flexible server is failed to deploy

aaa 0 Reputation points
2025-06-12T10:54:46.49+00:00

MySQLフレキシブルサーバーをデプロイすると、以下のエラーが発生します。

{
    "status": "Failed",
    "error": {
        "code": "ProvisionNotSupportedForRegion",
        "message": "Provisioning in requested region is not supported."
    }
}
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
977 questions
{count} votes

1 answer

Sort by: Oldest
  1. Mahesh Kurva 4,705 Reputation points Microsoft External Staff Moderator
    2025-06-18T09:28:06.4166667+00:00

    Hi aaa,

    Provisioning in requested region is not supported. Your subscription might not have access to create a server in the selected region if your subscription isn't registered with the MySQL resource provider (RP).

    Register your subscription with the MySQL RP to resolve it.

    To register your subscription in the Azure portal, follow these steps:

    1. In Azure portal, select More services.
    2. Go to Subscriptions and select your subscription.
    3. On the Subscriptions page, in the left hand pane under Settings select Resource providers.
    4. Enter MySQL in the filter to bring up the MySQL related extensions.
    5. Select Register, Re-register, or Unregister for the Microsoft.DBforMySQL provider, depending on your desired action.

    Screenshot of register mysql resource provider screen.

    For more information, please refer the document: https://learn.microsoft.com/en-us/azure/mysql/flexible-server/resolve-capacity-errors-mysql-flex?tabs=portal#register-with-mysql-rp

    Hope this helps. Do let us know if you any further queries.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.