azure-monitor-query-java
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- Authentication Best Practices: The skill correctly demonstrates the use of
DefaultAzureCredentialBuilderfrom the Azure Identity library, which is the recommended approach for secure, managed authentication in Azure environments. - Standard Endpoint Configuration: Examples include configurations for official Azure sovereign clouds (e.g., Azure China Cloud), using standard Microsoft service endpoints for log analytics and resource management.
- Error and Status Handling: The provided instructions emphasize checking for partial failures in query results and implementing proper HTTP exception handling, which aligns with robust application development standards.
- Safe Dependency Management: The skill references official Maven coordinates for the Azure SDK libraries and suggests using the Azure SDK Bill of Materials (BOM) for consistent version management.
- Deprecation Awareness: The skill prominently features a deprecation notice, guiding users toward modern replacements (
azure-monitor-query-logsandazure-monitor-query-metrics) in line with current SDK lifecycle recommendations.
Audit Metadata