From 2763ff922a46926614ed9443aa0544d2d6159c34 Mon Sep 17 00:00:00 2001 From: Walter Coan Date: Thu, 5 Feb 2026 11:37:38 -0300 Subject: [PATCH] fix: update demo 03 administer azure resource to use update quickstart template --- Instructions/Demos/03 - Administer Azure Resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Demos/03 - Administer Azure Resources.md b/Instructions/Demos/03 - Administer Azure Resources.md index cda7e75b..8ea603b1 100644 --- a/Instructions/Demos/03 - Administer Azure Resources.md +++ b/Instructions/Demos/03 - Administer Azure Resources.md @@ -93,7 +93,7 @@ In this demonstration, we explore QuickStart templates. 1. Start by browsing to the [Azure Quickstart Templates gallery](https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure-resource-manager). Notice there are JSON and Bicep examples. -1. Ask students if there are any specific templates that are of interest. If not, select a template. For example, the [Deploy a simple Windows VM with tags](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/vm-tags/) template. +1. Ask students if there are any specific templates that are of interest. If not, select a template. For example, the [Deploy a simple Windows VM with tags](https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/vm-simple-windows/) template. 1. Discuss how the **Deploy to Azure** button enables you to deploy the template directly through the Azure portal.