Skip to content

Commit 4281d72

Browse files
committed
fixing image
1 parent ae625cf commit 4281d72

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-resource-manager/templates/template-tutorial-create-first-template.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The deployment command returns results. Look for `ProvisioningState` to see whet
180180

181181
# [Azure CLI](#tab/azure-cli)
182182

183-
![Azure CLI deployment provisioning state](./media/template-tutorial-create-first-template/azure-cli-provisioning-state.png)
183+
:::image type="content" source="./media/template-tutorial-create-first-template/azure-cli-provisioning-state.png" alt-text="Azure CLI deployment provisioning state.":::
184184

185185
---
186186

@@ -195,21 +195,21 @@ You can verify the deployment by exploring the resource group from the Azure por
195195

196196
1. From the left menu, select **Resource groups**.
197197

198-
1. Check the box to the left of **myResourceGroup** and then select **myResourceGroup**.
198+
1. Check the box to the left of **myResourceGroup** and select **myResourceGroup**.
199199

200200
1. Select the resource group you created in the earlier procedure. The default name is **myResourceGroup**. The resource group doesn't have any resources yet because you deployed a blank template.
201201

202-
1. Notice in the middle of the overview, in the **Essentials** section, the page displays the deployment status next to **Deployments**. select **1 Succeeded**.
202+
1. Notice in the middle of the overview, in the **Essentials** section, the page displays the deployment status next to **Deployments**. Select **1 Succeeded**.
203203

204-
![See deployment status](./media/template-tutorial-create-first-template/deployment-status.png)
204+
:::image type="content" source="./media/template-tutorial-create-first-template/deployment-status.png" alt-text="See deployment status.":::
205205

206-
1. You see a history of deployment for the resource group. Check the box to the left of **blanktemplate** and then select **blanktemplate**.
206+
1. You see a history of deployment for the resource group. Check the box to the left of **blanktemplate** and select **blanktemplate**.
207207

208-
![Select deployment](./media/template-tutorial-create-first-template/select-from-deployment-history.png)
208+
:::image type="content" source="./media/template-tutorial-create-first-template/select-from-deployment-history.png" alt-text="Select deployment.":::
209209

210-
1. You see a summary of the deployment. In this case, there's not a lot to see because no resources are deployed. Later in this series you might find it helpful to review the summary in the deployment history. Notice on the left you can see inputs, outputs, and the template that the deployment used.
210+
1. You see a summary of the deployment. In this case, there's not a lot to see because no resources are deployed. Later in this series you might find it helpful to review the summary in the deployment history. Notice on the left you can see inputs, outputs, and the template that the deployment used.
211211

212-
![See deployment summary](./media/template-tutorial-create-first-template/view-deployment-summary.png)
212+
:::image type="content" source="./media/template-tutorial-create-first-template/view-deployment-summary.png" alt-text="See deployment summary.":::
213213

214214
## Clean up resources
215215

@@ -222,7 +222,7 @@ If you're stopping now, you might want to delete the resource group.
222222
3. Check the box next to **myResourceGroup** and select **myResourceGroup** or the resource group name you chose.
223223
4. Select **Delete resource group** from the top menu.
224224

225-
![See deletion](./media/template-tutorial-create-first-template/resource-deletion.png)
225+
:::image type="content" source="./media/template-tutorial-create-first-template/resource-deletion.pn" alt-text="See deletion.":::
226226

227227
## Next steps
228228

0 commit comments

Comments
 (0)