azure-quotas
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Official Extension Installation: The skill requires the installation of the Azure CLI 'quota' extension using
az extension add --name quota. This is a standard procedure for enabling quota management capabilities in the Azure CLI environment. - Operational Directives: The instructions include specific guidance to prefer the Azure CLI over other interfaces like the REST API or specific MCP servers for reliability reasons. While this steers agent behavior, it serves to ensure accurate capacity reporting based on known service limitations.
- Azure Command Execution: The skill utilizes various
az quotacommands to retrieve subscription-level metadata and usage statistics. These operations are performed within the user's authenticated Azure CLI context and follow standard administrative patterns. - Resource Management Workflows: Includes automated logic, such as Bash loops, for comparing quotas across multiple regions. These scripts are transparently documented and intended for deployment planning and capacity validation.
Audit Metadata