Skip to content

Commit 07963cb

Browse files
author
Manika Dhiman
committed
used manual numbering
1 parent 2eca4ea commit 07963cb

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -111,87 +111,87 @@ With all the prerequisite and preparation steps complete, you're ready to deploy
111111
112112
1. In the Azure portal, go to **Home** and select **+ Create a resource**.
113113
114-
1. Select **Create** under **Template deployment (deploy using custom templates)**.
114+
2. Select **Create** under **Template deployment (deploy using custom templates)**.
115115
116116
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-1.png" alt-text="Screenshot showing the template deployment (deploy using custom template)." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-1.png":::
117117
118-
1. Near the bottom of the page, find **Start with a quickstart template or template spec** section. Select **Quickstart template** option.
118+
3. Near the bottom of the page, find **Start with a quickstart template or template spec** section. Select **Quickstart template** option.
119119
120120
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-2.png" alt-text="Screenshot showing the quickstart template selected." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-2.png":::
121121
122122
::: moniker range="<=azloc-24113"
123123
124-
1. From the **Quickstart template (disclaimer)** dropdown list, select the **create-cluster-2411.3** template.
124+
4. From the **Quickstart template (disclaimer)** dropdown list, select the **create-cluster-2411.3** template.
125125
126-
1. When finished, select the **Select template** button.
126+
5. When finished, select the **Select template** button.
127127
128128
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-24113-and-earlier.png" alt-text="Screenshot showing template selected for version 2411.3 and earlier." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-24113-and-earlier.png":::
129129
130130
::: moniker-end
131131
132132
::: moniker range=">=azloc-2503"
133133
134-
1. Use the **Quickstart template (disclaimer)** field to filter for the appropriate template. Type *azurestackhci/create-cluster* for the filter.
134+
4. Use the **Quickstart template (disclaimer)** field to filter for the appropriate template. Type *azurestackhci/create-cluster* for the filter.
135135
136-
1. When finished, select the **Select template** button.
136+
5. When finished, select the **Select template** button.
137137
138138
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-3a.png" alt-text="Screenshot showing template selected." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-3a.png":::
139139
140140
::: moniker-end
141141
142-
1. On the **Basics** tab, you see the **Custom deployment** page. You can select the various parameters through the dropdown list or select **Edit parameters**.
142+
6. On the **Basics** tab, you see the **Custom deployment** page. You can select the various parameters through the dropdown list or select **Edit parameters**.
143143
144144
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-4a.png" alt-text="Screenshot showing Custom deployment page on the Basics tab." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-4a.png":::
145145
146-
1. Edit parameters such as network intent or storage network intent. Once the parameters are all filled out, **Save** the parameters file.
146+
7. Edit parameters such as network intent or storage network intent. Once the parameters are all filled out, **Save** the parameters file.
147147
148148
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-5.png" alt-text="Screenshot showing parameters filled out for the template." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-5.png":::
149149
150-
1. Select the appropriate resource group for your environment.
150+
8. Select the appropriate resource group for your environment.
151151
152-
1. Scroll to the bottom, and confirm that **Deployment Mode = Validate**.
152+
9. Scroll to the bottom, and confirm that **Deployment Mode = Validate**.
153153
154-
1. Select **Review + create**.
154+
10. Select **Review + create**.
155155
156156
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-6.png" alt-text="Screenshot showing Review + Create selected on Basics tab." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-6.png":::
157157
158-
1. On the **Review + Create** tab, select **Create**. This creates the remaining prerequisite resources and validates the deployment. Validation takes about 10 minutes to complete.
158+
11. On the **Review + Create** tab, select **Create**. This creates the remaining prerequisite resources and validates the deployment. Validation takes about 10 minutes to complete.
159159
160160
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-7.png" alt-text="Screenshot showing Create selected on Review + Create tab." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-7.png":::
161161
162-
1. Once validation is complete, select **Redeploy**.
162+
12. Once validation is complete, select **Redeploy**.
163163
164164
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-7a.png" alt-text="Screenshot showing Redeploy selected." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-7a.png":::
165165
166-
1. On the **Custom deployment** screen, select **Edit parameters**. Load up the previously saved parameters and select **Save**.
166+
13. On the **Custom deployment** screen, select **Edit parameters**. Load up the previously saved parameters and select **Save**.
167167
168-
1. At the bottom of the workspace, change the final value in the JSON from **Validate** to **Deploy**, where **Deployment Mode = Deploy**.
168+
14. At the bottom of the workspace, change the final value in the JSON from **Validate** to **Deploy**, where **Deployment Mode = Deploy**.
169169
170170
:::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":::
171171
172-
1. Verify that all the fields for the Resource Manager deployment template are filled in by the Parameters JSON.
172+
15. Verify that all the fields for the Resource Manager deployment template are filled in by the Parameters JSON.
173173
174-
1. Select the appropriate resource group for your environment.
174+
16. Select the appropriate resource group for your environment.
175175
176-
1. Scroll to the bottom, and confirm that **Deployment Mode = Deploy**.
176+
17. Scroll to the bottom, and confirm that **Deployment Mode = Deploy**.
177177
178-
1. Select **Review + create**.
178+
18. Select **Review + create**.
179179
180-
1. Select **Create**. The deployment begins, using the existing prerequisite resources that were created during the **Validate** step.
180+
19. Select **Create**. The deployment begins, using the existing prerequisite resources that were created during the **Validate** step.
181181
182182
The Deployment screen cycles on the cluster resource during deployment.
183183
184184
Once deployment initiates, there's a limited Environment Checker run, a full Environment Checker run, and cloud deployment starts. After a few minutes, you can monitor deployment in the portal.
185185
186186
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-9.png" alt-text="Screenshot showing the status of environment checker validation." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-9.png":::
187187
188-
1. In a new browser window, navigate to the resource group for your environment. Select the cluster resource.
188+
20. In a new browser window, navigate to the resource group for your environment. Select the cluster resource.
189189
190-
1. Select **Deployments**.
190+
21. Select **Deployments**.
191191
192-
1. Refresh and watch the deployment progress from the first machine (also known as the seed machine and is the first machine where you deployed the cluster). Deployment takes between 2.5 and 3 hours. Several steps take 40-50 minutes or more.
192+
22. Refresh and watch the deployment progress from the first machine (also known as the seed machine and is the first machine where you deployed the cluster). Deployment takes between 2.5 and 3 hours. Several steps take 40-50 minutes or more.
193193
194-
1. The step in deployment that takes the longest is **Deploy Moc and ARB Stack**. This step takes 40-45 minutes.
194+
23. The step in deployment that takes the longest is **Deploy Moc and ARB Stack**. This step takes 40-45 minutes.
195195
196196
Once complete, the task at the top updates with status and end time.
197197

0 commit comments

Comments
 (0)