Skip to content

Commit 49c8ec2

Browse files
committed
fixing images
1 parent 5c948b4 commit 49c8ec2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.png" 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)