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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ ms.date: 04/09/2021
12
12
13
13
14
14
## 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.
16
16
17
17
## 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)
19
19
* You must be in a supported region and supported VM image highlighted in these [prerequisites](./automanage-virtual-machines.md#prerequisites)
20
20
21
21
22
22
## 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).
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
61
61
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.
63
63
64
64
## Next steps
65
65
Learn more about Automanage for [Linux](./automanage-linux.md) and [Windows](./automanage-windows-server.md)
0 commit comments