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

Commit e18067b

Browse files
authored
separate bash command for modifying REGION easier
1 parent deeeb46 commit e18067b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M11_Configuring_Pipelines_as_Code_with_YAML.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@ In this task, you will create an Azure web app and an Azure SQL database by usin
8080
>**Note**: If this is the first time you are starting **Cloud Shell** and you are presented with the **You have no storage mounted** message, select the subscription you are using in this lab, and select **Create storage**.
8181
8282
1. From the **Bash** prompt, in the **Cloud Shell** pane, run the following command to create a resource group (replace the `<region>` placeholder with the name of the Azure region closest to you such as 'eastus').
83-
83+
8484
```bash
85-
RESOURCEGROUPNAME='az400m11l01-RG'
8685
LOCATION='<region>'
86+
```
87+
```bash
88+
RESOURCEGROUPNAME='az400m11l01-RG'
8789
az group create --name $RESOURCEGROUPNAME --location $LOCATION
8890
```
8991

0 commit comments

Comments
 (0)