Skip to content

Commit 8b04218

Browse files
author
ShannonLeavitt
committed
Merge branch 'automanage' of https://github.com/ShannonLeavitt/azure-docs-pr into automanage
2 parents 5346ebb + 05607fc commit 8b04218

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/automanage/arm-deploy-arc.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ description: Learn how to onboard an Azure Arc-enabled server to Azure Automanag
44
ms.service: automanage
55
ms.workload: infrastructure
66
ms.topic: how-to
7-
ms.date: 25/02/2022
7+
ms.date: 02/25/2022
88
---
99

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)
1111

1212

13-
## Overview
1413
Follow the steps to onboard an Azure Arc-enabled server to Automanage Best Practices using an ARM template.
1514

1615
## Prerequisites
1716
* You must have an Azure Arc-enabled server already registered in your subscription
1817
* 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)
2019

2120
## ARM template overview
2221
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:
5352
* "/providers/Microsoft.Automanage/bestPractices/AzureBestPracticesDevTest"
5453

5554
Follow these steps to deploy the ARM template:
56-
1. Save this ARM template as `azuredeploy.json`
57-
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.
6059

6160
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.
6261

6362
## 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

Comments
 (0)