Update Deploy-websites-services.md

pull/154/head
James Montemagno 2022-09-12 11:51:01 -07:00 committed by GitHub
parent 3448134c8d
commit c80115b6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ and also Microsoft.App
az provider register --namespace Microsoft.App
```
> If you see errors similar to "The subscription is not registered to use namespace 'Microsoft.<ProviderName>'", execute the command az provider register --namespace 'Microsoft.<ProviderName>' in Azure CLI and re-run the failed jobs again.
> If you see errors similar to "The subscription is not registered to use namespace `'Microsoft.<ProviderName>'`", execute the command az provider register --namespace 'Microsoft.<ProviderName>' in Azure CLI and re-run the failed jobs again.
### Configure Azure Credentials in GitHub Secrets