From 1bf2e697da430ffdf53205953ac75c80d23c0d74 Mon Sep 17 00:00:00 2001 From: Colin Dembovsky <colindembovsky@gmail.com> Date: Thu, 22 Apr 2021 10:32:58 -0500 Subject: [PATCH] Updated Deployment With GitHub Actions (markdown) --- Deployment-With-GitHub-Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment-With-GitHub-Actions.md b/Deployment-With-GitHub-Actions.md index c0d7545..9243712 100644 --- a/Deployment-With-GitHub-Actions.md +++ b/Deployment-With-GitHub-Actions.md @@ -167,7 +167,7 @@ Secret Name|Description|Example `AZURE_CREDENTIALS`|`JSON` with credentials for a Service Principle with access to the container registry and AKS cluster. Further instructions can be found[here](https://github.com/marketplace/actions/azure-login#configure-deployment-credentials)|`{ 'clientId': "<app ID of SPN>", "clientSecret": "<SPN Key>", "tenantId": "<Azure tenant GUID>", "subscriptionId": "<Azure subscription ID>" }` `CLUSTER_NAME`|Name of the AKS cluster|`myeshop` `PASSWORD`|Admin password for ACR|Retrieve this from the container registry blade in the Azure portal -`REGISTRY_ENDPOINT`|Endpoint for container registry|FQDN of registry and container|`myeshopacr.azurecr.io/eshop` +`REGISTRY_ENDPOINT`|Endpoint for container registry|`myeshopacr.azurecr.io/eshop` `REGISTRY_HOST`|FQDN of registry|`myeshopacr.azurecr.io` `RESOURCE_GROUP`|Name of resource group containing AKS cluster|`myeshop-rg` `USERNAME`|Admin username for ACR (typically name of ACR)|`myeshopacr`