MySQL Flexible Server Skus missing from EastUS and EastUS2 region

Fred Gohsman 0 Reputation points
2024-02-21T12:33:54.67+00:00

The following to calls to list MySQL Flexible Server skus for the east US region return no values. What gives? In the Azure Portal, it acts as though I can create servers in those regions but creation fails with a undescriptive error. az mysql flexible-server list-skus -l eastus az mysql flexible-server list-skus -l eastus2

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
726 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rahul Randive 8,751 Reputation points Microsoft Employee
    2024-02-21T13:05:44.6433333+00:00

    Hi Fred Gohsman As you mentioned server creation failed, could you please share the error message along with tracking id? Thank you!

    0 comments No comments

  2. TP 79,056 Reputation points
    2024-02-21T13:14:16.5866667+00:00

    Hi Fred,

    I was able to list skus using those two commands in Azure Cloud Shell PowerShell window as well as create new server. As a test, please run below commands in your Azure Cloud Shell PowerShell:

    $dbMySqlEastus = New-AzMySqlFlexibleServer -Location eastus
    $dbMySqlEastus
    
    

    The above should create a new Azure Database for MySQL Flexible Server in East US in a new resource group. Does it succeed for you? If not, what error message is displayed?

    Thanks.

    -TP