Skip to content

Commit

Permalink
Remove linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkp authored Aug 13, 2023
1 parent 9def0d6 commit 5d82f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/4-deployto-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ The GitHub workflow requires a secret named `AZURE_CREDENTIALS` to authenticate
1. Create a service principal with the Contributor role on the resource group that contains the Azure App Service.

```
az ad sp create-for-rbac
--name <NAME OF THE CREDENTIAL> --role contributor --scopes /subscriptions/<SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP> --sdk-auth --output json
az ad sp create-for-rbac --name <NAME OF THE CREDENTIAL> --role contributor --scopes /subscriptions/<SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP> --sdk-auth --output json
```

2. Copy the JSON output from the command.
Expand Down

0 comments on commit 5d82f3e

Please sign in to comment.