Add Clickable Links to Azure Documentation for Resource Types #16178
Labels
enhancement
New feature or request
Needs: Triage 🔍
Needs: Upvote
This issue requires more votes to be considered
I would like to request a new feature for the Bicep extension that enhances the developer experience by allowing users to navigate directly to the official Azure documentation for a given resource type, resource ID, or resource version. This feature would function similarly to how clicking on a module in the extension navigates to its definition.
Proposed Behavior
1. Clickable Resource Type or Name:
• When a user hovers over or clicks on a resource type (e.g., Microsoft.Storage/storageAccounts@2023-01-01), it should open the relevant Azure documentation in the browser.
• Example: Clicking on Microsoft.Storage/storageAccounts@2023-01-01 would navigate to the Azure documentation page for storage accounts at version 2023-01-01.
2. Clickable Resource ID or Version:
• If a resource ID or version is present in the Bicep file, clicking it should navigate to the appropriate documentation for the specific resource.
3. Missing Field Review:
• This feature would assist developers in reviewing required fields and available properties for a resource, ensuring they do not miss critical fields during resource definition.
The text was updated successfully, but these errors were encountered: