Skip to content

Commit 0e5bcf3

Browse files
committed
updated template doc
1 parent 8bc2b8f commit 0e5bcf3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/automanage/arm-deploy.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.date: 04/09/2021
1212

1313

1414
## Overview
15-
Follow the steps below to onboard a machine to Automanage Best Practices using an ARM template.
15+
Follow the steps to onboard a machine to Automanage Best Practices using an ARM template.
1616

1717
## Prerequisites
18-
* You must have necessary [RBAC permissions](./automanage-virtual-machines.md#required-rbac-permissions)
18+
* You must have necessary [Role-based access control permissions](./automanage-virtual-machines.md#required-rbac-permissions)
1919
* You must be in a supported region and supported VM image highlighted in these [prerequisites](./automanage-virtual-machines.md#prerequisites)
2020

2121

2222
## ARM template overview
23-
The following ARM template will onboard your specified machine onto Azure Automanage Best Practices. Details on the ARM template and steps on how to deploy are located in the ARM template deployment section [below](#arm-template-deployment).
23+
The following ARM template will onboard your specified machine onto Azure Automanage Best Practices. Details on the ARM template and steps on how to deploy are located in the ARM template deployment [section](#arm-template-deployment).
2424
```json
2525
{
2626
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -47,19 +47,19 @@ The following ARM template will onboard your specified machine onto Azure Automa
4747
```
4848

4949
## ARM template deployment
50-
The ARM template above will create a configuration profile assignment for your specified machine.
50+
This ARM template will create a configuration profile assignment for your specified machine.
5151

5252
The `configurationProfile` value can be one of the following values:
5353
* "/providers/Microsoft.Automanage/bestPractices/AzureBestPracticesProduction"
5454
* "/providers/Microsoft.Automanage/bestPractices/AzureBestPracticesDevTest"
5555

5656
Follow these steps to deploy the ARM template:
57-
1. Save the ARM template above as `azuredeploy.json`
58-
1. Run the ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`
59-
1. Provide the values for machineName, automanageAccountName, and configurationProfileAssignment when prompted
60-
1. You are done!
57+
1. Save this ARM template as `azuredeploy.json`
58+
1. Run this ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`
59+
1. Provide the values for machineName, and configurationProfileAssignment when prompted
60+
1. You're ready to deploy
6161

62-
As with any ARM template, it is possible to factor out the parameters into a separate `azuredeploy.parameters.json` file and use that as an argument when deploying.
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.
6363

6464
## Next steps
6565
Learn more about Automanage for [Linux](./automanage-linux.md) and [Windows](./automanage-windows-server.md)

0 commit comments

Comments
 (0)