For free tier the size are greyed

Alberto Mijares 21 Reputation points
2022-03-16T18:26:33.45+00:00

Sized continue to be grayed out.

I say the reply about the contraints in 2020 but are they still present two years later?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
0 comments No comments
{count} votes

Accepted answer
  1. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2022-03-29T06:52:13.067+00:00

    If you are still seeing the issue, wanted to share that there are capacity issues in few regions and there were few other customers who reported similar issue. Below are few of those threads:

    https://learn.microsoft.com/en-us/answers/questions/788334/no-size-selection-available-in-configuration-of-wi.html
    https://learn.microsoft.com/en-us/answers/questions/789422/azure-vm-create-error.html
    https://learn.microsoft.com/en-us/answers/questions/781744/vm-creation-issue.html

    Please try to deploy the VM in West Europe as few customers acknowledged that this workaround helped them in successfully deploying the VM.

    Hope this helps.
    If the suggested response helped you resolve your issue, please 'Accept as answer', so that it can help others in the community looking for help on similar topics.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. shiva patpi 13,366 Reputation points Microsoft Employee Moderator
    2022-03-16T22:55:52.33+00:00

    Hello @Alberto Mijares ,
    Yeah constraints can be there in any of the VM sizes.
    One of the way to validate is: you can run the below command to check:
    Get-AzComputeResourceSku | where {$_.Name -icontains "standard_D2_v5"}

    For example , If I have to check whether a particular VM size is available for my subscription in a particular location :

    183913-image.png

    From the above screen shot D2v5 in SoutEastAsia is not available for my subscription. Same thing can be validated in the portal - It will be greyed out:

    183914-image.png

    In the same region , If i don't select the zones - it is available

    183915-image.png

    1 person found this answer helpful.
    0 comments No comments

Your answer

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