Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling.
You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1.
You need to ensure that an email alert is generated whenever VMSS1 scales in or out.
Solution: From Azure DevOps, configure the Service hooks settings for Project1.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
The given solution of configuring Service Hooks in Azure DevOps project to generate email alerts whenever VMSS1 scales in or out appears to be incorrect.
Azure DevOps Service Hooks allows you to subscribe and receive notifications of events happening across various services in Azure DevOps, including Azure Monitor. However, to generate email alerts when VMSS1 scales in or out, you need to configure alerts using Azure Monitor.
Azure Monitor provides a centralized platform for monitoring Azure resources and sending alerts based on different criteria, including autoscaling events. You can create an alert rule in Azure Monitor to send an email when VMSS1 scales in or out.
Therefore, the correct solution should be to create an alert rule in Azure Monitor to send an email when VMSS1 scales in or out.
Hence, the answer is B. No, the given solution does not meet the goal.