scrape_avm_module_details
Fetches and extracts key sections from AVM module README.md, including resource types, parameters, and usage examples, by converting GitHub URLs to raw markdown.
Instructions
Fetch and extract specific sections from AVM module README.md, returning formatted markdown.
Extracts:
Resource Types
Parameters
Usage Examples (focusing on large parameter sets)
Converts GitHub URLs like: https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account
To raw URLs like: https://raw.githubusercontent.com/Azure/bicep-registry-modules/refs/heads/main/avm/res/storage/storage-account/README.md
Args: url (str): AVM GitHub repository URL
Returns: str: Formatted markdown string containing the extracted sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |