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 contains the web ...


Microsoft AZ-204 Exam

Questions Number: 214 out of 355 Questions
60.28%

Question 214
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 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.
Hot Area:
AZ-204_214Q.png related to the Microsoft AZ-204 Exam



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 -
Reference:
https://docs.microsoft.com/en-us/cli/azure/webapp/log





Previous Questions Next Questions