We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c863361 commit 505c9a3Copy full SHA for 505c9a3
articles/container-apps/github-actions-cli.md
@@ -46,7 +46,7 @@ az ad sp create-for-rbac \
46
az ad sp create-for-rbac `
47
--name <SERVICE_PRINCIPAL_NAME> `
48
--role "contributor" `
49
- --scopes "/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME>" \
+ --scopes "/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME>" `
50
--sdk-auth
51
```
52
0 commit comments