Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Change to set subscription in azure cli code
  • Loading branch information
thattonBL committed Jan 23, 2025
1 parent 0712afc commit ff6e659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ steps:
set -e
set -x
echo "Switching to Azure subscription: $(AZURE_SUBSCRIPTION)"
az account set --subscription "$(AZURE_SUBSCRIPTION)"
echo "Restarting Azure Container App with new configuration"
echo "Updating Azure Container App. The latest image version is ======= $(DOCKER_IMAGE_VERSION)"
Expand Down

0 comments on commit ff6e659

Please sign in to comment.