@Marcus Thanks for your patience on this. I am summarizing the same and posting as answer for the benefit of other community members.
I have reached out to container app engineering team and sharing the below.
Team has suggested to delete and re-deploy the container app without using --source
option in az cli.
- As you are using deploy artifact(preview) which is SourceToCloud (s2c) and it is set for deprecation.
- Team has highly recommended to adopt any of the below deployment method to deploy your container app.
- Docker file build using docker build locally or docker GitHub action.
- ACR build task: Tutorial - Quick Docker Image Build with Azure ACR Tasks - Azure Container Registry | Microsoft Learn
- For ASA(Azure Springs) to container apps migration, team are working on new deployment mechanism to perform jar file deployment without managing the runtime image and we don't have any ETA at this moment.
Hope this helps, let me know you have any further questions on this.
Please accept as Yes if the answer is helpful so that it can help others in the community.