We have update the bicep. Now the command azd up now provision a container registry. Make a docker image from src folder, push to the container registry and consume by the container app.
Because of this, we have removed the public image, azdtemplate.azurecr.io/get-start-with-ai-agents:latest. If you have the old source code, azd up or azd deploy will fail.
To continue to use this template with azd up or azd deploy, do one of the following:
a. pull the latest.
b. find azdtemplate.azurecr.io/get-start-with-ai-agents:latest in infra\core\host\container-app.bicep. Instead of latest, change to legacy. legacy image is the same as the old latest image.
On 8/8, we will officially remove the legacy image. Please make sure pulling the latest meanwhile.
Thanks for using our template.