Question 197:
You have an Azure DevOps project and an Azure subscription. You have a pipeline that is used to build a containerized application. You then deploy that application to a container instance in Azure. You have to ensure to restart the container instance if the application stops working. You decide to configure a liveness probe to the YAML configuration for the deployment of the application. Would this fulfill the requirement?
Answer options:
A.Yes B.No