Skip to content

Commit 5c948b4

Browse files
committed
fixing images
1 parent 22406e7 commit 5c948b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ The deployment command returns results. Look for `ProvisioningState` to see whet
176176

177177
# [PowerShell](#tab/azure-powershell)
178178

179-
:::image type="content" source="./media/template-tutorial-create-first-template/resource-manager-deployment-provisioningstate.png" alt-text="PowerShell deployment provisioning state.":::
179+
:::image type="content" source="./media/template-tutorial-create-first-template/resource-manager-deployment-provisioningstate.png" alt-text="PowerShell deployment provisioning state.":::
180180

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

183-
:::image type="content" source="./media/template-tutorial-create-first-template/azure-cli-provisioning-state.png" alt-text="Azure CLI deployment provisioning state.":::
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

@@ -201,15 +201,15 @@ You can verify the deployment by exploring the resource group from the Azure por
201201

202202
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-
:::image type="content" source="./media/template-tutorial-create-first-template/deployment-status.png" alt-text="See deployment status.":::
204+
:::image type="content" source="./media/template-tutorial-create-first-template/deployment-status.png" alt-text="See deployment status.":::
205205

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

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

210210
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-
:::image type="content" source="./media/template-tutorial-create-first-template/view-deployment-summary.png" alt-text="See deployment summary.":::
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-
:::image type="content" source="./media/template-tutorial-create-first-template/resource-deletion.pn" alt-text="See deletion.":::
225+
:::image type="content" source="./media/template-tutorial-create-first-template/resource-deletion.png" alt-text="See deletion.":::
226226

227227
## Next steps
228228

0 commit comments

Comments
 (0)