Skip to content

Commit

Permalink
docs(fix): Fixed Azure Service Principal command to include the subsc…
Browse files Browse the repository at this point in the history
…ription scope (#240)
  • Loading branch information
ashleykleynhans committed Sep 13, 2022
1 parent 4e39155 commit 56142e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/install/providers/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ az account set --subscription $SUBSCRIPTION_ID
Next, create a Service Principal (where the name is unique in your subscription) and set environment variables based on the output:

```bash
az ad sp create-for-rbac --name "Spinnaker"
az ad sp create-for-rbac --name "Spinnaker" --role contributor --scopes /subscriptions/${SUBSCRIPTION_ID}
APP_ID=<Insert App Id>
TENANT_ID=<Insert Tenant Id>
```
Expand Down

0 comments on commit 56142e5

Please sign in to comment.