OS: Win 11
Build Version: 20260118.1
Regression: Not a Regression
Repro Steps:
- Right-click a container app and select "Deploy to Container App with Copilot...".
- In the Summary view, note that the default Target Port is set to 80 (while the container listens on 3000).
- Don't change any item and click "Confirm" to start deployment -> Fail to deploy with an error.
- Check whether the error message is clear or not.
Expect:
The deployment failure should surface a clear and actionable error message, such as “The TargetPort 80 does not match the listening port 3000” in Azure portal.

Actual:
The deployment fails with a generic timeout message.

More Info:
This issue also reproduces when executing "Deploy to Container App..." command.