Skip to content

Commit 53090df

Browse files
remove extra code block
1 parent f518cd6 commit 53090df

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ The first time you attach GitHub Actions to your container app, you need to prov
3232

3333
# [Bash](#tab/bash)
3434

35-
```azurecli
36-
az ad sp create-for-rbac \
37-
--name <SERVICE_PRINCIPAL_NAME> \
38-
--role "contributor" \
39-
--scopes "/subscriptions/<SUBSCRIPTION_ID>/resourceGroups/<RESOURCE_GROUP_NAME>" \
40-
--sdk-auth
41-
```
42-
4335
```azurecli
4436
az ad sp create-for-rbac \
4537
--name <SERVICE_PRINCIPAL_NAME> \
@@ -60,6 +52,8 @@ az ad sp create-for-rbac `
6052

6153
---
6254

55+
As you interact with this example, replace the placeholders surrounded by `<>` with your values.
56+
6357
The return value from this command is a JSON payload, which includes the service principal's `tenantId`, `cliendId`, and `clientSecret`.
6458

6559
The following example shows you how to add an integration while using a personal access token.

0 commit comments

Comments
 (0)