Update Deploy-websites-services.md

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

View File

@ -56,6 +56,8 @@ 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.
### Configure Azure Credentials in GitHub Secrets
To connect GitHub Actions, you will create a secret named `AZURE_CREDENTIALS` that you can use to authenticate with Azure.
@ -139,6 +141,8 @@ Next we will wanto to deploy the listen together hub and the web app.
You can manually run the Hub action from the `Actions` tab, click on:
* `Select workflow` -> `Podcast Hub CICD` -> `Run workflow`.
> Note: If deploy fails, re-run as it may be a timing issue.
Then run the web action with:
* `Select workflow` -> `Podcast Web CICD` -> `Run workflow`