nerdexam
Microsoft

70-473 · Question #96

You need to configure a runbook to execute when a Microsoft Azure SQL database uses more than 80 percent of the Database Throughput Unit (DTU) resources. What should you configure in the runbook?

The correct answer is C. a webhook. To configure a runbook to execute automatically when an Azure SQL database exceeds 80 percent DTU utilization, a webhook should be configured to trigger the runbook via an Azure Monitor alert.

Monitor and manage an Azure data platform solution

Question

You need to configure a runbook to execute when a Microsoft Azure SQL database uses more than 80 percent of the Database Throughput Unit (DTU) resources. What should you configure in the runbook?

Options

  • Aa trigger
  • Ba connection
  • Ca webhook
  • Da job

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    11% (3)
  • C
    81% (22)
  • D
    4% (1)

Why each option

To configure a runbook to execute automatically when an Azure SQL database exceeds 80 percent DTU utilization, a webhook should be configured to trigger the runbook via an Azure Monitor alert.

Aa trigger

While a runbook has triggers (like a webhook or schedule), 'a trigger' is too generic and not the specific mechanism configured within the runbook to receive external HTTP requests.

Ba connection

A connection asset stores authentication information for accessing other services but does not initiate runbook execution.

Ca webhookCorrect

A webhook provides an HTTP endpoint that can be used by external services, such as an Azure Monitor alert's action group, to start an Azure Automation runbook. When the DTU utilization alert fires, it can invoke the runbook's webhook, initiating its execution to perform remedial or notification actions.

Da job

A job is an instance of a runbook execution, not the configuration that initiates the runbook based on an external event like a DTU threshold breach.

Concept tested: Azure Automation runbook execution via webhooks

Source: https://learn.microsoft.com/en-us/azure/automation/automation-webhooks

Topics

#Azure Automation#runbooks#webhooks#Azure alerts

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice