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-arc.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,18 @@ description: Learn how to onboard an Azure Arc-enabled server to Azure Automanag
4
4
ms.service: automanage
5
5
ms.workload: infrastructure
6
6
ms.topic: how-to
7
-
ms.date: 25/02/2022
7
+
ms.date: 02/25/2022
8
8
---
9
9
10
-
# Onboard an Azure Arc-enabled server to Automanage with an Azure Resource Manager (ARM) template
10
+
# Onboard an Azure Arc-enabled server to Automanage with an Azure Resource Manager template (ARM template)
11
11
12
12
13
-
## Overview
14
13
Follow the steps to onboard an Azure Arc-enabled server to Automanage Best Practices using an ARM template.
15
14
16
15
## Prerequisites
17
16
* You must have an Azure Arc-enabled server already registered in your subscription
18
17
* You must have necessary [Role-based access control permissions](./automanage-virtual-machines.md#required-rbac-permissions)
19
-
* You must use one of the [supported operating systems](./automanage/automanage-arc#supported-operating-systems)
18
+
* You must use one of the [supported operating systems](./automanage-arc.md#supported-operating-systems)
20
19
21
20
## ARM template overview
22
21
The following ARM template will onboard your specified Azure Arc-enabled server 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).
@@ -53,12 +52,12 @@ The `configurationProfile` value can be one of the following values:
1. Run this ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`
58
-
1. Provide the values for machineName, and configurationProfileAssignment when prompted
59
-
1. You're ready to deploy
55
+
1. Save this ARM template as `azuredeploy.json`.
56
+
1. Run this ARM template deployment with `az deployment group create --resource-group myResourceGroup --template-file azuredeploy.json`.
57
+
1. Provide the values for machineName, and configurationProfileAssignment when prompted.
58
+
1. You're ready to deploy.
60
59
61
60
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.
62
61
63
62
## Next steps
64
-
Learn more about Automanage for [Azure Arc](./automanage-arc)
63
+
Learn more about Automanage for [Azure Arc](./automanage-arc.md).
0 commit comments