Share via

Availability zone is grayed out while creating VM

sns 9,251 Reputation points
2022-07-29T07:55:59.347+00:00

Hi,

I tried to create a VM but availability Zone looks grayed out
My subscription is Pay as go.

Please suggest. Thanks.
226092-availzonegradeout.png

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments

Answer accepted by question author

Manu Philip 20,651 Reputation points MVP Volunteer Moderator
2022-07-29T08:02:29.75+00:00

You may check if the selected sku is available in the region you selected by running the below PowerShell script

Get-AzVmSize -Location southindia  

If not, select a different region in which the sku is available and try again

----------

--please don't forget to upvote and Accept as answer if the reply is helpful--

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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