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

Commit 0bd2dcd

Browse files
authored
Update [new] AZ400_M05_Enable_Dynamic_Configuration_and_Feature_Flags.md
1 parent b5adeca commit 0bd2dcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/[new] AZ400_M05_Enable_Dynamic_Configuration_and_Feature_Flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ A service principal is automatically created by Azure Pipeline when you connect
136136
1. From the **Bash** prompt, in the **Cloud Shell** pane, run the following command to create a service principal:
137137

138138
```sh
139-
az ad sp create-for-rbac --name sp-az400 --role contributor --scopes /subscriptions/$subscriptionId
139+
az ad sp create-for-rbac --name sp-az400-azdo --role contributor --scopes /subscriptions/$subscriptionId
140140
```
141141

142142
> **Note**: The command will generate a JSON output. Copy the output to text file. You will need it later in this lab.

0 commit comments

Comments
 (0)