Skip to content

Commit 9f37a28

Browse files
authored
Update name for credentials
If the name of the credentials matches the name of the ACA app authentication fails (with a very generic error message). The credentials need to have a different name.
1 parent feba166 commit 9f37a28

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)