You need to monitor ContentUploadService accourding to the requirements.
Which command should you use?
az monitor metrics alert create –n alert –g … - -scopes … - -condition "avgPercentage CPU > 8"
az monitor metrics alert create –n alert –g … - -scopes … - -condition "avgPercentage CPU > 800"
az monitor metrics alert create –n alert –g … - -scopes … - -condition "CPUUsage > 800"
az monitor metrics alert create –n alert –g … - -scopes … - -condition "CPUUsage > 8"
Scenario: An alert must be raised if the ContentUploadService uses more than 80 percent of available CPU-cores
Submit