HOTSPOT
You plan to deploy a web app to App Service on Linux. You create an App Service plan. You create and push a custom Docker image that image that contains the web app to Azure Container Registry.
You need to access the console logs generated from inside the container in real-time.
How should you complete the Azure CLI command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: config
To Configure logging for a web app use the command:
az webapp log config
Box 2: –docker-container-logging
Syntax include:
az webapp log config [–docker-container-logging {filesystem, off}]
Box 3: webapp
To download a web app’s log history as a zip file use the command:
az webapp log download
Box 4: download
References: https://docs.microsoft.com/en-us/cli/azure/webapp/log
Leave a Reply