Update Deploy-websites-services.md

pull/154/head
James Montemagno 2022-09-12 10:54:20 -07:00 committed by GitHub
parent 5437cb2013
commit f5c7fca64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@ The above resource group name will be added to the GitHub secrets in a later ste
Checkout [Azure CLI](https://docs.microsoft.com/azure/azure-resource-manager/management/manage-resource-groups-cli) or [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/quickstart#create-a-resource-group) if you need additional help to set up a resource group.
### Register Microsoft.ContainerRegistry
Run the following command to ensure Microsoft.ContanierRegister is registered for the subscription:
```cli
az provider register --namespace Microsoft.ContainerRegistry
```
### 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.