get_resource
Retrieve detailed information about any Azure resource using its full resource ID to understand resource properties and configuration.
Instructions
Get detailed information about a specific Azure resource
Input Schema
Name | Required | Description | Default |
---|---|---|---|
resourceId | Yes | Full Azure resource ID |
Input Schema (JSON Schema)
{
"properties": {
"resourceId": {
"description": "Full Azure resource ID",
"type": "string"
}
},
"required": [
"resourceId"
],
"type": "object"
}