diff --git a/docs/4-deployto-azure.md b/docs/4-deployto-azure.md index 91901e16..2eb210b0 100644 --- a/docs/4-deployto-azure.md +++ b/docs/4-deployto-azure.md @@ -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 --role contributor --scopes /subscriptions//resourceGroups/ --sdk-auth --output json + az ad sp create-for-rbac --name --role contributor --scopes /subscriptions//resourceGroups/ --sdk-auth --output json ``` 2. Copy the JSON output from the command.