azure_get_resource_details
Retrieve detailed configuration and properties of an Azure resource, enabling analysis of security settings, network configs, and encryption status.
Instructions
Get detailed configuration and properties of a specific Azure resource. Useful for analyzing security settings, network configs, encryption status, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroup | Yes | Resource group name | |
| resourceProvider | Yes | Resource provider (e.g., Microsoft.Storage, Microsoft.Compute, Microsoft.Network) | |
| resourceType | Yes | Resource type (e.g., storageAccounts, virtualMachines, networkSecurityGroups) | |
| resourceName | Yes | Resource name | |
| format | No | Output format: 'markdown' (default, human-readable) or 'json' (machine-readable) |