ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 188 - AZ-400 discussion

Report
Export

You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 and an Azure Standard Load Balancer named LB1. LB1 distributes incoming requests across VMSS1 instances.

You use Azure DevOps to build a web app named App1 and deploy App1 to VMSS1. App1 is accessible via HTTPS only and configured to require mutual authentication by using a client certificate.

You need to recommend a solution for implementing a health check of App1. The solution must meet the following requirements:

Identify whether individual instances of VMSS1 are eligible for an upgrade operation.

Minimize administrative effort.

What should you include in the recommendation?

A.
an Azure Load Balancer health probe
Answers
A.
an Azure Load Balancer health probe
B.
Azure Monitor autoscale
Answers
B.
Azure Monitor autoscale
C.
the Custom Script Extension
Answers
C.
the Custom Script Extension
D.
the Application Health extension
Answers
D.
the Application Health extension
Suggested answer: D

Explanation:

Monitoring your application health is an important signal for managing and upgrading your deployment. Azure virtual machine scale sets provide support for rolling upgrades including automatic OS-image upgrades, which rely on health monitoring of the individual instances to upgrade your deployment. You can also use health extension to monitor the application health of each instance in your scale set and perform instance repairs using automatic instance repairs.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-health-extension

asked 02/10/2024
Stian Godoe
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first