Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial steps for creating a Linux VM with Azure CLI 2.0 result in an error #599

Closed
tleonhardt opened this issue Jan 25, 2018 — with docs.microsoft.com · 1 comment

Comments

Copy link

I ran the command-line as instructed above to create a UbuntuLTS VM in westus2 and got an error message similar to the following:

"error": {
"code": "SkuNotAvailable",
"message": "The requested size for resource '/subscriptions/<big_hex_num>/resourceGroups/MyWestus2ResourceGroup/providers/Microsoft.Compute/virtualMachines/MyLinuxVM' is currently not available in location 'westus2' zones '' for subscription '< big_hex_num>'. Please try another size or deploy to a different location or zones

It would be really nice if the instructions in this "hello world" tutorial worked seamlessly.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID: 1c268a98-afcb-d2c2-87c7-880d52900533
  • Version Independent ID: 4c835da4-38bc-22a8-67b4-dd522adcc0e3
  • Content
  • Content Source
  • Service: multiple
@mimckitt mimckitt self-assigned this Jan 25, 2018
@mimckitt
Copy link

Thanks for the feedback. The issue you are running into is due to your subscription not being enabled to deploy that Sku/ Size in that location. You should be able to simply modify the commands to deploy to another region that your subscription is enabled for. Else, you can always open a ticket to Subscription & Billing and request they unlock that Sku/ Size in that Region for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants