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
# Deploy Azure Local via Azure Resource Manager deployment template
14
14
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.
16
16
17
17
> [!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.
19
19
20
20
## Prerequisites
21
21
@@ -65,7 +65,7 @@ The steps are also summarized here:
65
65
66
66
:::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":::
67
67
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.
69
69
70
70
### Create a client secret for ARB service principal
71
71
@@ -85,7 +85,7 @@ The steps are also summarized here:
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.
112
112
113
-
## Step 2: Deploy using Azure Resource Manager template
113
+
## Step 2: Deploy using ARM template
114
114
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.
116
116
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.
118
118
119
119
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).
120
120
@@ -191,7 +191,7 @@ For an example of a parameter JSON file, see [azuredeploy.parameters.json](https
0 commit comments