Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Azure MCP Server allows you to execute Azure Quick Review (azqr) commands using natural language prompts. This enables you to generate compliance and security reports for your Azure resources to identify non-compliant configurations and areas for improvement without needing to remember specific command syntax.
Azure Quick Review CLI (azqr) is a powerful command-line interface (CLI) tool that specializes in analyzing Azure resources to ensure compliance with Azure's best practices and recommendations. Its main objective is to offer users a comprehensive overview of their Azure resources, allowing them to easily identify any non-compliant configurations or areas for improvement.
Note
The Azure MCP Server tools define parameters for data they need to complete tasks. Some of these parameters are specific to each tool and are documented below. Other parameters are global and shared by all tools. For more information, see Tool parameters.
Generate compliance report
The Azure MCP Server can execute Azure Quick Review CLI commands to generate compliance and security reports for Azure resources. This helps identify non-compliant configurations and areas for improvement in your Azure environment.
Example prompts include:
- Scan subscription: "Generate compliance report for my subscription"
- Scan resource group: "Run security assessment for production resource group"
- Quick review: "Check my subscription for compliance issues"
- Security scan: "scan resources in dev-rg for security problems"
- Generate report: "Create compliance report for subscription abc123 and resource group web-apps"
Parameter | Required or optional | Description |
---|---|---|
Subscription | Required | The Azure subscription ID or name to scan for compliance issues. |
Resource group | Optional | The name of the Azure resource group to scope the scan to a specific resource group. |