We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c8e80 commit 2290fbbCopy full SHA for 2290fbb
articles/azure-resource-manager/templates/template-tutorial-add-variables.md
@@ -70,7 +70,7 @@ az deployment group create \
70
--name addnamevariable \
71
--resource-group myResourceGroup \
72
--template-file $templateFile \
73
- --parameters '{"storagePrefix": {"value":"store"}}' '{"storageSKU": {"value":"Standard_LRS"}}'
+ --parameters storagePrefix=store storageSKU=Standard_LRS
74
```
75
76
---
0 commit comments