This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You're deploying an AI document-processing API that must access a private endpoint and share logs and networking settings across multiple container apps. Which Azure Container Apps resource provides that shared boundary?
A Container Apps environment
A Container Apps revision
A replica
You want a consistent, source-controlled deployment for a container app so that configuration is reviewed like code. Which approach best supports that goal?
Use az containerapp create --yaml and az containerapp update --yaml with a YAML file stored in source control
az containerapp create --yaml
az containerapp update --yaml
Use az containerapp update --set-env-vars for all changes without maintaining a configuration file
az containerapp update --set-env-vars
Rely on image tags and redeploy with az containerapp update --image to apply environment-specific configuration
az containerapp update --image
Your container app needs an API key for an embeddings provider. You don't want to store the value in a YAML file. Which pattern should you use?
Store the secret in Container Apps secrets and reference it from an environment variable
Add the API key as plain text in the YAML file under env:
env:
Bake the API key into the container image
You updated a container app and want to confirm the new configuration is running in production. Which command helps you see the versioned change that Container Apps created?
Run az containerapp revision list
az containerapp revision list
Run az containerapp registry list
az containerapp registry list
Run az containerapp secret list
az containerapp secret list
A container app fails to start after you update the image. You need fast feedback to diagnose the issue. Which command is the best first step?
Run az containerapp logs show
az containerapp logs show
Run az containerapp replica list
az containerapp replica list
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?