Skip to content

Commit 837a13c

Browse files
Merge pull request #227827 from GeekTrainer/patch-2
Update name for credentials
2 parents 74863ab + 9f37a28 commit 837a13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The GitHub workflow requires a secret named `AZURE_CREDENTIALS` to authenticate
150150

151151
```azurecli
152152
az ad sp create-for-rbac \
153-
--name my-container-app \
153+
--name my-app-credentials \
154154
--role contributor \
155155
--scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/my-container-app-rg \
156156
--sdk-auth \

0 commit comments

Comments
 (0)