Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit cf6998e

Browse files
authored
Merge pull request #415 from MicrosoftLearning/yashints-patch-1
Update AZ400_M06_L15_Azure_Deployments_Using_Resource_Manager_Templat…
2 parents d3aee14 + 311d6d8 commit cf6998e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M06_L15_Azure_Deployments_Using_Resource_Manager_Templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In this task, you will modify the main template to reference the template module
210210
211211
1. Save the template.
212212

213-
#### Task 5: Deploy resources to Azure by using template modules
213+
#### Task 4: Deploy resources to Azure by using template modules
214214

215215
> **Note**: You can deploy templates in several ways, such as using Azure CLI installed locally or from the Azure Cloud Shell or from a CI/CD pipeline. In this lab, you will use Azure CLI from the Azure Cloud Shell.
216216
@@ -244,7 +244,7 @@ In this task, you will modify the main template to reference the template module
244244
> **Note**: replace the name of the region with a region close to your location. If you do not know what locations are available, run the `az account list-locations -o table` command.
245245
246246
```bash
247-
az group create --name az400m06l15deployment --location $LOCATION
247+
az group create --name az400m06l15-RG --location $LOCATION
248248
```
249249

250250
```bash

0 commit comments

Comments
 (0)