Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/create-secrets-for-GitHub-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ steps:
Most of the Azure services use user-level Azure credentials i.e., Azure Service Principal for deployments.

Follow the steps to create the Azure credentials (Service Principal) :
* Run the below [az cli](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) command

* Run the below [az cli](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) command
```bash

az ad sp create-for-rbac --name "myApp" --role contributor \
Expand Down