About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation contains a reference to the Windows PowerShell cmdlet Get-AzResourceProvider as the only method for determining valid strongType resource types. There are no equivalent Linux/CLI/bash examples or references, and no mention of cross-platform tools before or alongside the PowerShell example.
Recommendations:
- Provide Azure CLI equivalents for all PowerShell cmdlets mentioned (e.g., show how to use 'az provider show' or 'az provider list' to determine resource types for strongType).
- When referencing tools or commands, mention cross-platform options (such as Azure CLI) before or alongside Windows-specific tools like PowerShell.
- Include explicit examples or links for both Windows (PowerShell) and Linux/macOS (CLI/bash) users to ensure parity.
- Audit the documentation for other areas where only Windows tooling or patterns are referenced, and supplement with cross-platform alternatives.
Create pull request