Issue with Creating VMs in East US from Given Template

Rahul Deshmukh 20 Reputation points
2024-11-12T01:59:22.5166667+00:00

Encountering an issue when creating VMs in East US from the provided template while using the free student tier.
Screenshot 2024-11-11 at 20.50.15

The error message indicates that the SKU isn't available for the East US region. Since other resources are also deployed in East US, changing the region for these VMs isn't an option. Additionally, modifying the VM size is not possible due to the limitations of the free student tier. Is there a chance that the GitHub templates require modifications?

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,810 questions
0 comments No comments
{count} votes

Accepted answer
  1. akinbade abiola 20,300 Reputation points
    2024-11-12T08:04:59.44+00:00

    Error states the VM size is not available, the recommendation will still be to redeploy all your resources to an available region or change the size

    Below will give you an idea of which regions are available.

    az vm list-skus --location eastus --size Standard_DS1_v2 --output table
    

    See: https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-sku-not-available?source=recommendations&tabs=azure-cli

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.