Skip to content

Commit bba32bb

Browse files
authored
Merge pull request #50594 from MicrosoftDocs/BharathNimmala-MSFT-patch-2
(AzureCXP) Fixing ARM Template
2 parents f379292 + 33bf8f1 commit bba32bb

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)