ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 143 - AZ-204 discussion

Report
Export

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.


Question 143
Correct answer: Question 143

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

Reference:

https://docs.microsoft.com/en-us/cli/azure/webapp/log

asked 02/10/2024
Josefa Vera Gago
39 questions
User
0 comments
Sorted by

Leave a comment first