← Microsoft Certified: Azure Developer Associate
AZURE · objective · 20% of the exam
Monitor, troubleshoot, and optimize Azure solutions — Microsoft Certified: Azure Developer Associate
The official AZURE documentation our Monitor, troubleshoot, and optimize Azure solutions practice questions are cited to. Review the primary sources, then practise.
Official references for this objective
-
Microsoft — Monitoring Azure SQL Database with metrics and alerts - Azure SQL Database | Microsoft Learn
App CPU billed app_cpu_billed For serverless databases, this metric shows the amount of compute (CPU and memory) billed, expressed in vCore seconds
-
Microsoft — Azure Virtual Desktop diagnostics log analytics - Azure - Azure Virtual Desktop | Microsoft Learn
To find out whether a specific error occurred for other users: WVDErrors | where CodeSymbolic =="ErrorSymbolicCode" | summarize count(UserName) by CodeSymbolic
-
Microsoft — Collect & analyze resource logs - Azure Container Instances | Microsoft Learn
ContainerInstanceLog_CL | where (ContainerGroup_s == "mycontainergroup001") | where (TimeGenerated > ago(1h))
-
If the ResultType value is Failed , join to the WVDErrors table using the CorrelationId to get more details.
-
Microsoft — Tutorial - Autoscale a scale set with the Azure CLI - Azure Virtual Machine Scale Sets | Microsoft Learn
To enable autoscale on a scale set, you first define an autoscale profile. This profile defines the default, minimum, and maximum scale set capacity.