Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ In this task, you will modify the main template to reference the template module

1. Save the template.

#### Task 5: Deploy resources to Azure by using template modules
#### Task 4: Deploy resources to Azure by using template modules

> **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.

Expand Down Expand Up @@ -244,7 +244,7 @@ In this task, you will modify the main template to reference the template module
> **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.

```bash
az group create --name az400m06l15deployment --location $LOCATION
az group create --name az400m06l15-RG --location $LOCATION
```

```bash
Expand Down