Skip to content

Commit 788e763

Browse files
authored
Merge pull request #83360 from thepaulmacca/patch-3
Update github-actions-cli.md
2 parents 838413a + b1a7f64 commit 788e763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/github-actions-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The first time you attach GitHub Actions to your container app, you need to prov
3636
az ad sp create-for-rbac \
3737
--name <SERVICE_PRINCIPAL_NAME> \
3838
--role "contributor" \
39-
--scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME> /subscriptions/<SUBSCRIPTION_ID> \
39+
--scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME> \
4040
--sdk-auth
4141
```
4242

@@ -46,7 +46,7 @@ az ad sp create-for-rbac \
4646
az ad sp create-for-rbac `
4747
--name <SERVICE_PRINCIPAL_NAME> `
4848
--role "contributor" `
49-
--scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME> /subscriptions/<SUBSCRIPTION_ID> `
49+
--scopes /subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME> `
5050
--sdk-auth
5151
```
5252

0 commit comments

Comments
 (0)