Deployment of mysql flexible server keeps failing with "conflict" status.

Benjamin Wilkins 0 Reputation points
2023-06-01T16:33:01.9333333+00:00

Gives the below error


{
    "status": "Failed",
    "error": {
        "code": "InternalServerError",
        "message": "An unexpected error occured while processing the request. Tracking ID: '2552a389-3992-44fc-bdb4-9ae33dc00ff9'"
    }
}
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
715 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rahul Randive 8,521 Reputation points Microsoft Employee
    2023-06-03T12:22:49.94+00:00

    Hi @Benjamin Wilkins

    Thanks for sharing tacking id.

    Are you passing any key in the security tab while creating a server?

    If yes, you need to set the right permission using the user assigned identity in key vault, and key vault not in vnet. In addition, key vault in vnet is not support now, they should use public access with no limit.

    Here is our documentation: Set data encryption for Azure Database for MySQL - Flexible Server by using the Azure portal | Microsoft Learn

    Please let us know if any question or need additional information.

    Thank you!