You need to monitor ContentUploadService according to the requirements.

You need to monitor ContentUploadService according to the requirements.
Which command should you use?
A. az monitor metrics alert create -n alert -g … – -scopes … – -condition “avg Percentage CPU > 8”
B. az monitor metrics alert create -n alert -g … – -scopes … – -condition “avg Percentage CPU > 800”
C. az monitor metrics alert create -n alert -g … – -scopes … – -condition “CPU Usage > 800”
D. az monitor metrics alert create -n alert -g … – -scopes … – -condition “CPU Usage > 8”

Microsoft AZ-204: Developing Solutions for Microsoft Azure

Free dumps for AZ-204 in PDF format also you can read online.

High quality AZ-204 PDF and software. VALID exam to help you pass.

microsoft-exams

3 thoughts on “You need to monitor ContentUploadService according to the requirements.

  1. Seems a bit iffy. Should be something along these lines
    az monitor metrics alert create –resource “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}” –name “HighCpuUsage” –condition “avg(cpuUsage) > 80” –description “Alert on high CPU usage” –action “email [email protected]” –window-size 5m –evaluation-frequency 1m

    1. On second thought, it doesn’t mention any period of time, so the condition is probbaly CPU Usage and not the average.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.