From f5c7fca64a62a7e12e49d9d9757c1d18e1850f63 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Mon, 12 Sep 2022 10:54:20 -0700 Subject: [PATCH] Update Deploy-websites-services.md --- Deploy-websites-services.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Deploy-websites-services.md b/Deploy-websites-services.md index d10b777..6a0858b 100644 --- a/Deploy-websites-services.md +++ b/Deploy-websites-services.md @@ -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.