Skip to content

Commit 8c94ca4

Browse files
committed
tweaks
1 parent 75e6298 commit 8c94ca4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

azure-local/deploy/deployment-azure-resource-manager-template.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Resource Manager template deployment for Azure Local, version 23H2
33
description: Learn how to prepare and then deploy Azure Local instance, version 23H2 using the Azure Resource Manager template.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 07/08/2025
6+
ms.date: 07/18/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -12,10 +12,10 @@ ms.custom: devx-track-arm-template
1212

1313
# Deploy Azure Local via Azure Resource Manager deployment template
1414

15-
This article details how to use an Azure Resource Manager template in the Azure portal to deploy an Azure Local in your environment. The article also contains the prerequisites and the preparation steps required to begin the deployment.
15+
This article details how to use an Azure Resource Manager (ARM) template in the Azure portal to deploy an Azure Local in your environment. The article also contains the prerequisites and the preparation steps required to begin the deployment.
1616

1717
> [!IMPORTANT]
18-
> Azure Resource Manager template deployment of Azure Local systems is targeted for deployments-at-scale. The intended audience for this deployment is IT administrators who have experience deploying Azure Local instances. We recommend that you deploy a system via the Azure portal first, and then perform subsequent deployments via the Resource Manager template.
18+
> ARM template deployment of Azure Local systems is targeted for deployments-at-scale. The intended audience for this deployment is IT administrators who have experience deploying Azure Local instances. We recommend that you deploy a system via the Azure portal first, and then perform subsequent deployments via the ARM template.
1919
2020
## Prerequisites
2121

@@ -65,7 +65,7 @@ The steps are also summarized here:
6565

6666
:::image type="content" source="./media/deployment-azure-resource-manager-template/create-service-principal-2b.png" alt-text="Screenshot showing Application (client) ID and the object ID for the service principal created." lightbox="./media/deployment-azure-resource-manager-template/create-service-principal-2b.png":::
6767

68-
You use the **Application (client) ID** against the `arbDeploymentAppID` parameter and the **Object ID** against the `arbDeploymentSPNObjectID` parameter in the Resource Manager template.
68+
You use the **Application (client) ID** against the `arbDeploymentAppID` parameter and the **Object ID** against the `arbDeploymentSPNObjectID` parameter in the ARM template.
6969

7070
### Create a client secret for ARB service principal
7171

@@ -85,7 +85,7 @@ The steps are also summarized here:
8585
8686
:::image type="content" source="./media/deployment-azure-resource-manager-template/create-client-secret-3.png" alt-text="Screenshot showing client secret value." lightbox="./media/deployment-azure-resource-manager-template/create-client-secret-3.png":::
8787

88-
You use the **client secret value** against the `arbDeploymentAppSecret` parameter in the Resource Manager template.
88+
You use the **client secret value** against the `arbDeploymentAppSecret` parameter in the ARM.
8989

9090
::: moniker-end
9191

@@ -108,13 +108,13 @@ This object ID for the Azure Local Resource Provide (RP) is unique per Azure ten
108108
Get-AzADServicePrincipal -DisplayName "Microsoft.AzureStackHCI Resource Provider"
109109
```
110110
111-
You use the **Object ID** against the `hciResourceProviderObjectID` parameter in the Resource Manager template.
111+
You use the **Object ID** against the `hciResourceProviderObjectID` parameter in the ARM template.
112112
113-
## Step 2: Deploy using Azure Resource Manager template
113+
## Step 2: Deploy using ARM template
114114
115-
An Azure Resource Manager (ARM) creates and assigns all the resource permissions required for deployment.
115+
An ARM template creates and assigns all the resource permissions required for deployment.
116116
117-
With all the prerequisite and preparation steps complete, you're ready to deploy using a known good and tested Resource Manager deployment template and corresponding parameters JSON file. Use the parameters contained in the JSON file to fill out all values, including the values generated previously.
117+
With all the prerequisite and preparation steps complete, you're ready to deploy using a known good and tested ARM deployment template and corresponding parameters JSON file. Use the parameters contained in the JSON file to fill out all values, including the values generated previously.
118118
119119
For an example of a parameter JSON file, see [azuredeploy.parameters.json](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster/azuredeploy.parameters.json). For detailed descriptions of the parameters defined in this file, see [ARM template parameters reference](#arm-template-parameters-reference).
120120
@@ -191,7 +191,7 @@ For an example of a parameter JSON file, see [azuredeploy.parameters.json](https
191191
192192
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-7b.png" alt-text="Screenshot showing deploy selected for deployment mode." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-7b.png":::
193193
194-
15. Verify that all the fields for the Resource Manager deployment template are filled in by the Parameters JSON.
194+
15. Verify that all the fields for the ARM deployment template are filled in by the Parameters JSON.
195195
196196
16. Select the appropriate resource group for your environment.
197197

0 commit comments

Comments
 (0)