azure-quotas
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution for Resource Management: The skill utilizes various Azure CLI commands (
az quota list,az quota update, etc.) to retrieve and modify subscription quota limits. These commands are essential for the skill's primary function of capacity planning and quota management. Users should ensure they have the appropriate Azure permissions (Reader or Quota Request Operator) before executing these tasks. - Extension Installation: The instructions include a step to install the
quotaextension for the Azure CLI viaaz extension add --name quota. This is a standard requirement for accessing quota-specific functionality in the CLI and involves downloading a Microsoft-signed extension from official repositories. - Subscription Interaction: The skill allows for the submission of quota increase requests (
az quota update). This involves modifying configuration at the subscription level. The documentation provides clear guidance on the approval process and emphasizes the use of official CLI tools over less reliable alternatives. - Data Processing Considerations: The skill instructs the agent to process output from the Azure CLI, such as resource names and limit values. While this data originates from the user's own Azure environment, it is processed to perform calculations and provide deployment recommendations.
Audit Metadata