diff --git a/.github/workflows/workflow-deploy-azure.md b/.github/workflows/workflow-deploy-azure.md index a04fbd4..45f85ea 100644 --- a/.github/workflows/workflow-deploy-azure.md +++ b/.github/workflows/workflow-deploy-azure.md @@ -4,7 +4,7 @@ - **Usage:** Call this workflow and provide the `container-name` and `tag` as inputs. - **Required Secrets:** - `AZURE_CREDENTIALS`: JSON object containing Azure service principal credentials for authentication. - - `ACR_REGISTRY_NAME`: Name of the Azure Container Registry where the Docker image is stored. + - `ACR_REGISTRY_LINK`: Link to the Azure Container Registry where the Docker image is stored. - `ACR_USERNAME`: Username for logging into Azure Container Registry. - `ACR_PASSWORD`: Password for logging into Azure Container Registry. - `AZURE_PUBLISH_PROFILE`: Publish profile for the Azure App Service. This contains deployment and configuration settings.