Exam AZ-400 All QuestionsBrowse all questions from this exam
Question 34

You manage an Azure web app that supports an e-commerce website.

You need to increase the logging level when the web app exceeds normal usage patterns. The solution must minimize administrative overhead.

Which two resources should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: A, B

    To address the need to increase the logging level when the web app exceeds normal usage patterns while minimizing administrative overhead, two key resources are essential. First, an Azure Monitor alert with a dynamic threshold is crucial, as it leverages advanced machine learning to learn historical usage patterns and detect anomalies, ensuring alerts are only triggered when necessary. This helps maintain an efficient monitoring system without constant manual adjustments. Secondly, an Azure Automation runbook is needed to automate the increase in logging levels when the alert is triggered. This allows for a swift, hands-off response to detected anomalies, keeping administrative overhead to a minimum.

Discussion
Dalias

got this in 30 Jun 2021 exams. scored 800+ marks. answer is right

SriLen

Given Answer is correct

renzokuOptions: AB

B. Azure Monitor alert that has a dynamic threshold. alerts is adjust based on "exceeds normal usage patterns"(dynamic threshold) A. Azure Automation runbook. Script that can be executed when specific conditions are met(Azure Monitor Alert) and increases the logging level. Azure Monitor alert that uses an action group that has an email action, we need adjust the logging level not send an email.

sabrinaAmOptions: BD

can anyone explain to met how azure runbook is a correct answer ?

yana_bOptions: AB

Correct

syu31svcOptions: AB

"minimize administrative overhead" A is one of the answers for sure https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-dynamic-thresholds; "Metric Alert with Dynamic Thresholds detection leverages advanced machine learning (ML)' B is the answer since ML would reduce overhead ain't it?

Leandrocei

Correct. Came today 22 july 9

EltoothOptions: AB

A & B are correct answers.

RoadRunner97Options: AB

Action groups can send an alert to a automation runbook via webhook, which will increase logging level of webapp via code. I believe AB are the correct answers.

rajvelm

Came in today 5th Nov 2021

alirezak22Options: AB

AB are correct

mauryagrvOptions: AB

AB is correct

aadi369Options: AB

Ans is AB

AvinashVarmaOptions: AB

Azure Automation runbook and Azure Monitor alert that has a dynamic threshold are correct answers.

GovcommOptions: AB

Azure Monitor Dynamic threshold and Azure Automation Account to increase the logging level.

rdemontisOptions: AB

Correct answer

ukkuru

To send alert why not we we use manage action groups: https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups#:~:text=An%20action%20group%20is%20a,an%20alert%20has%20been%20triggered.

Swwapnil

as they said , administrative overhead must be minimized so this would not be preferred answer