When running in a pipeline azd provision
always sets the main container app to use the hello world image
#7
Labels
bug
Something isn't working
Description of issue / Reproduction steps
azd provision
afterazd deploy
sets themain
container app to use the hello world image #5 worked when running locally, but not when running in a pipelineSERVICE_WEB_IMAGE_NAME
env var is not available so cannot be provided to the bicep deploymentExpected behaviour
azd provision
should not change the image deployed to themain
Container appActual behaviour
azd provision
changes the image deployed to themain
Container app tomcr.microsoft.com/azuredocs/containerapps-helloworld:latest
The text was updated successfully, but these errors were encountered: