This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You deploy a new image to a production container app. Which approach provides the best traceability and reduces the risk of deploying the wrong artifact?
Reference the image by digest (for example, myregistry.azurecr.io/app@sha256:<digest>) when you update the container app.
myregistry.azurecr.io/app@sha256:<digest>
Reference the image by the latest tag to ensure the platform always pulls the most recent build.
latest
Rebuild the image locally on each environment to ensure the image matches the environment.
A new revision starts but shouldn't receive traffic while you investigate. Which action removes the revision from traffic without deleting it?
Run az containerapp revision deactivate for the revision.
az containerapp revision deactivate
Run az containerapp revision delete for the revision.
az containerapp revision delete
Run az containerapp stop for the container app.
az containerapp stop
A revision fails readiness checks immediately after deployment. Which issue is the most common root cause you should validate first?
The readiness probe targets the wrong port or path for the container’s HTTP server.
The container image is too small to include all required libraries.
The container app environment can't route traffic to the public internet.
You suspect only one revision has a runtime exception after an update. What is the most effective first step to confirm the problem?
Stream the container app logs and filter by revision while reproducing the request.
Delete older revisions to reduce noise in troubleshooting output.
Increase CPU and memory allocations before investigating.
Your AI API experiences high latency and log messages indicate CPU throttling during peak traffic. Which change most directly addresses the throttling?
Increase the per-replica CPU allocation, and then reassess scaling rules based on throughput.
Deactivate the newest revision to reduce load on the system.
Switch the image reference from digest to tag.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?