Closed new-kirte closed 2 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure.
ARM team, location uaenorth
is available now. Please help to look into this question.
@new-kirte Apologies for the late reply. Could you please let me know if you are still facing this issue ? This issue is open for quite sometime. Please let me know if you need any further assistance on this. Awaiting your reply.
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
Description
Running a test storage account provisioning with ARM templae from https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-visual-studio-code?tabs=PowerShell. The deployment throws error Status Message: Supplied location uaenorth is not valid. (Code:LocationNotValid). ARM Template and parameters file attached
Steps to reproduce
Environment data
PS D:\Repos\Scripts> $PSVersionTable
Name Value
PSVersion 5.1.18362.752 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.18362.752 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
Debug output
S D:\Repos\Scripts> New-AzResourceGroupDeployment -ResourceGroupName arm-vscode -TemplateFile ./azuredeploy.json -TemplateParameterFile ./azuredeploy.parameters.json -Verbose VERBOSE: Performing the operation "Creating Deployment" on target "arm-vscode". VERBOSE: 10:44:22 AM - Template is valid. VERBOSE: 10:44:23 AM - Create template deployment 'azuredeploy' VERBOSE: 10:44:23 AM - Checking deployment status in 5 seconds VERBOSE: 10:44:28 AM - Checking deployment status in 5 seconds New-AzResourceGroupDeployment : 10:44:33 AM - The deployment 'azuredeploy' failed with error(s). Showing 1 out of 1 error(s). Status Message: Supplied location uaenorth is not valid. (Code:LocationNotValid) CorrelationId: e8d238e5-13d0-4943-b234-d3e21374037f At line:1 char:1
DeploymentName : azuredeploy ResourceGroupName : arm-vscode ProvisioningState : Failed Timestamp : 9/29/2020 6:44:31 AM Mode : Incremental TemplateLink : Parameters : Name Type Value ==================== ========================= ========== storageaccountname String vscodesa01
Outputs : DeploymentDebugLogLevel :
HistoryId: 34
Message : 10:44:33 AM - The deployment 'azuredeploy' failed with error(s). Showing 1 out of 1 error(s). Status Message: Supplied location uaenorth is not valid. (Code:LocationNotValid)
StackTrace : Exception : System.Exception InvocationInfo : {New-AzResourceGroupDeployment} Line : New-AzResourceGroupDeployment -ResourceGroupName arm-vscode -TemplateFile ./azuredeploy.json -TemplateParameterFile
./azuredeploy.parameters.json -Verbose Position : At line:1 char:1