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

Commit 215ae54

Browse files
authored
Merge pull request #426 from WilantNackaerts/master
Update AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service…
2 parents f78730a + ce38ba0 commit 215ae54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L06_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ In this task, you will add a new role assignment to allow Azure App Service pull
174174
```sh
175175
spId=$(az ad sp list --display-name sp-az400-azdo --query "[].id" --output tsv)
176176
echo $spId
177-
roleName=$(az role definition list --name "User Access Administrator" --query [0].name --output tsv)
177+
roleName=$(az role definition list --name "User Access Administrator" --query "[0].name" --output tsv)
178178
echo $roleName
179179
```
180180

0 commit comments

Comments
 (0)