We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b900748 commit ed38809Copy full SHA for ed38809
1 file changed
terraform/readme.md
@@ -1,6 +1,6 @@
1
Command to create a new deployment service principal
2
```
3
-az ad sp create-for-rbac -n DevDeployment --role Contributor --scopes /subscriptions/<insert-subscription-id>
+az ad sp create-for-rbac -n DevDeployment --role Contributor --scopes /subscriptions/<insert-subscription-id>/resourceGroups/<resource-group-name> --sdk-auth
4
5
Add the JSON output as a secret named `AZURE_CREDENTIALS` to GitHub. I've added this as a secret specific to an environment
6

0 commit comments