I can't select the b1s plan

성권 이 0 Reputation points
2024-07-26T19:32:14.7533333+00:00

Hi, I have an issue choosing compute size options. I saw there is a B1s plan in Burstable tier plan.

but, I can't find the b1s. the minimum plan starts with B1ms. I tried changing the regions but still can find only b1ms not b1s. I'm using azure for students subscription. is it not available to use b1s plan with this subscription? thanks.User's image

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
771 questions
{count} votes

Accepted answer
  1. TP 84,136 Reputation points
    2024-07-26T20:26:25.8+00:00

    Hi,

    You can't select B1s from the portal. What you can do is use Azure CLI instead. For example, you may use Azure Cloud Shell to execute below command:

    az mysql flexible-server create --location westus --resource-group MyResourceGroup --name myserver --sku-name Standard_B1s
    
    

    Please see documentation below for az mysql flexible-server create command:

    https://learn.microsoft.com/en-us/cli/azure/mysql/flexible-server?view=azure-cli-latest#az-mysql-flexible-server-create

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful