Skip to content

Commit db9a014

Browse files
Merge pull request #238972 from Mutilar/brianhu/fix-arm-template-spec
[ARM] Update template-specs.md syntax typo
2 parents 93538ba + 94fe1a8 commit db9a014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/template-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can also create template specs by using ARM templates. The following templat
171171
"location": "[resourceGroup().location]",
172172
"kind": "StorageV2",
173173
"sku": {
174-
"name": "[[parameters('storageAccountType')]"
174+
"name": "[parameters('storageAccountType')]"
175175
}
176176
}
177177
]

0 commit comments

Comments
 (0)