AZ-400 · Question #234
AZ-400 Question #234: Real Exam Question with Answer & Explanation
The correct answer is A: Add a liveness probe to the YAML configuration of App1.. Azure Container Instances supports liveness probes so that you can configure your containers within your container group to restart if critical functionality is not working. https://docs.microsoft.com/en-us/azure/container-instances/container-instances-liveness-probe
Question
You have an Azure DevOps organization named Contoso and an Azure subscription. You use Azure DevOps to build a containerized app named App1 and deploy App1 to an Azure container instance named ACI1. You need to restart ACI1 when App1 stops responding. What should you do?
Options
- AAdd a liveness probe to the YAML configuration of App1.
- BAdd a readiness probe to the YAML configuration of App1.
- CUse Connection Monitor in Azure Network Watcher.
- DUse IP flow verify in Azure Network Watcher.
Explanation
Azure Container Instances supports liveness probes so that you can configure your containers within your container group to restart if critical functionality is not working. https://docs.microsoft.com/en-us/azure/container-instances/container-instances-liveness-probe
Community Discussion
No community discussion yet for this question.