Skip to content

Commit 33bf8f1

Browse files
(AzureCXP) Fixing ARM Template
Fixing the ARM Template typo based on customer feedback https://github.com/MicrosoftDocs/azure-docs/issues/50590 Do want to call out that with the previous doc state when we copy into Visual Studio blank template , it is correcting itself.
1 parent 03d1260 commit 33bf8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/templates/deploy-to-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ The following example creates a resource group, and deploys a storage account to
221221
"location": "[parameters('rgLocation')]",
222222
"sku": {
223223
"name": "Standard_LRS"
224-
}
225-
"kind": "StorageV2",
224+
},
225+
"kind": "StorageV2"
226226
}
227227
],
228228
"outputs": {}

0 commit comments

Comments
 (0)