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

Commit bf0314c

Browse files
M03_L08-EX01-Step04: In the instructions is mentioned <region> placeholder but there isn't any <region> placeholder in the bash scripts
1 parent fb74395 commit bf0314c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
121121
> **Note**: possible locations can be found by running the following command, use the **Name** on `<region>` : `az account list-locations -o table`
122122
123123
```bash
124-
REGION='centralus'
124+
REGION='<region>'
125125
RESOURCEGROUPNAME='az400m03l08-RG'
126126
az group create -n $RESOURCEGROUPNAME -l $REGION
127127
```

0 commit comments

Comments
 (0)