Hi Fred Gohsman As you mentioned server creation failed, could you please share the error message along with tracking id? Thank you!
MySQL Flexible Server Skus missing from EastUS and EastUS2 region
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
2 answers
Sort by: Most helpful
-
-
TP 110.8K 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