You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automanage/arm-deploy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ The `configurationProfile` value can be one of the following values:
56
56
Follow these steps to deploy the ARM template:
57
57
1. Save this ARM template as `azuredeploy.json`
58
58
1. Run this ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`
59
-
2. Provide the values for machineName, and configurationProfileName when prompted
60
-
3. You're ready to deploy
59
+
1. Provide the values for machineName, and configurationProfileName when prompted
60
+
1. You're ready to deploy
61
61
62
62
As with any ARM template, it's possible to factor out the parameters into a separate `azuredeploy.parameters.json` file and use that as an argument when deploying.
0 commit comments