C is the correct answer. We are dealing with containers here not VM so "CPU usage" is a valid condition. Had it been VM then it should have been "Percentage CPU usage". 800 is also correct since for containers its measured in millicores.
Ref : https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported#microsoftcontainerinstancecontainergroups
B - Scenario: An alert must be raised if the ContentUploadService uses more than 80 percent of available CPU-cores
Azure Monitor provides the following metrics for Azure Container Instances. These metrics are available for a container group and individual containers. By default, the metrics are aggregated as averages.
CPU Usage - measured in millicores. One millicore is 1/1000th of a CPU core, so 500 millicores represents usage of 0.5 CPU core.
Memory Usage - in bytes.
Network Bytes Received Per Second and Network Bytes Transmitted Per Second.
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-monitor
Usage measured in millicores, percentage does not
https://learn.microsoft.com/en-us/cli/azure/monitor/metrics/alert?view=azure-cli-latest#:~:text=%2D%2Dcondition%20%22-,avg%20Percentage%20CPU%20%3E%2090,-%22%20%2D%2Dwindow%2Dsize
All wrong.
1. It needs to be avg CPU, it doen't make sense for sudden spike of any individual computation, but if Average is over, it needs the alert.
2. I don't see the syntax "CPU Usage" and the words do not match the percentage.
3. Percentage > 80, not 8 nor 800, see from the official example.
az monitor metrics alert create -n alert1 -g {ResourceGroup} --scopes {VirtualMachineID1} {VirtualMachineID2} {VirtualMachineID3} \
--condition "avg Percentage CPU > 90" --description "High CPU" --region westus
We want an alert for an exceeded limit.
A,B are invalid from the start, we do not care about averages.
D has a wrong number in the evaluation expression
C is the correct answer - that "800" is units per thousand. 800/1000 is 80%
ContentUploadService is in ACI.
when reading Microsft document found that CPU Usage is used for ACI and Avg percentage is used for VM
Also we don't want average just 80% of available CPU
SO ANSWER IS C
According to
https://docs.azure.cn/zh-cn/cli/monitor/metrics/alert?view=azure-cli-latest
The answer is B. However, B states 800, I don't know if it's a typo
It's not A or B because we don't care about average usage, we want an alert when the usage goes above 80%. Therefore it mus be C, because as others have stated, CPU usage measurement is in millicores, so 800 would be 80%.
Correct answer: C
"The ContentAnalysisService is deployed with Azure Container Instances"
"The solution will use eight CPU cores."
CPU usage is measured in millicore (https://docs.microsoft.com/en-us/azure/container-instances/container-instances-monitor)
so correct answer should be 'C' (80% = 800millicore)
This section is not available anymore. Please use the main Exam Page.AZ-204 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
anirbanzeus
Highly Voted 3 years, 10 months ago1CY1
10 months agoIllumielle
3 years, 6 months agoIllumielle
3 years, 6 months agoMiraA
3 years, 6 months agoRaviNikkam
2 years, 11 months agobeonsoft
3 years, 5 months agobeonsoft
3 years, 5 months agorobjanssen
Highly Voted 4 years, 1 month agoPozz4ever
4 years, 1 month agoSaNagh
3 years, 8 months agoinsanewriters
3 years, 10 months ago037b907
Most Recent 2 months agouffuchsi
2 years, 2 months agowarchoon
2 years agoOPT_001122
2 years, 5 months agoTheExamMaster2020
2 years, 5 months agoKnightie
2 years, 7 months agoEltooth
2 years, 10 months agoxRiot007
2 years, 10 months agoSandeep12093
2 years, 10 months agoElsheimy
2 years, 11 months agopandrer
3 years agoReniRechner
3 years, 1 month agoNetspud
3 years, 1 month agoheisenberg33
3 years, 2 months agoasdasdasg2
3 years, 3 months agogfiorini
3 years, 5 months ago