Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which type of application logging is supported on the Linux platform in Azure App Service?

  1. Web server logging

  2. Failed request tracing

  3. Deployment logging

  4. Application insights logging

The correct answer is: Deployment logging

Deployment logging is indeed supported on the Linux platform in Azure App Service. This type of logging is crucial as it allows developers to track the deployment process of applications, capture any issues that arise during deployment, and understand the status of their application through logs generated during the deployment phase. This is particularly beneficial for monitoring the health and success of application deployments since issues can arise not just from the application code but also from the deployment process itself. Other options, although relevant to logging, don't apply to the Linux platform in Azure App Service in the same way. For instance, web server logging generally refers to logging features available on Windows-based hosting environments, while failed request tracing is also primarily a feature of Windows environments that can help diagnose request-handling issues. Application Insights is a powerful tool for monitoring application performance and diagnostics but might require additional configurations on Linux that can differ from what is readily available on Windows. Therefore, deployment logging stands out as the relevant logging type specifically supported on the Linux platform.