MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
9.98k stars 20.95k forks source link

The suggested `az` command returns region names in an invalid format for usage in the arm template #121976

Open DFalkner99 opened 1 week ago

DFalkner99 commented 1 week ago

e.g. az command includes among its suggestions West US 2 which the arm template then rejects with an error message like

[{"code":"InvalidName","message":"Invalid ServerFarm name 'foobar-test-plan-West US 2'. ServerFarm name must not contain empty space."}]

... which makes sense to reject.


Document Details

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

TPavanBalaji commented 1 week ago

@DFalkner99 Thanks for your feedback! We will investigate and update as appropriate.