Skip to content

Commit 0207728

Browse files
authored
Update articles/automanage/arm-deploy.md
1 parent 1be87ed commit 0207728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automanage/arm-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The `configurationProfile` value can be one of the following values:
5656
Follow these steps to deploy the ARM template:
5757
1. Save this ARM template as `azuredeploy.json`
5858
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
6161

6262
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.
6363

0 commit comments

Comments
 (0)