This page contains Windows bias
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
Detected Bias Types
windows_tools
windows_first
Summary
The documentation references the Windows PowerShell cmdlet 'Get-AzResourceProvider' as the method to determine valid resource types for the 'strongType' property, without mentioning an equivalent Azure CLI or REST API approach. This centers Windows/PowerShell tooling and patterns, potentially disadvantaging Linux or cross-platform users. No Linux-specific or cross-platform examples or tools are provided.
Recommendations
- Include Azure CLI equivalents (e.g., 'az provider show' or 'az provider list') alongside PowerShell cmdlets when describing how to discover resource types.
- Mention REST API alternatives for determining resource provider information, which are platform-agnostic.
- Avoid referencing only Windows/PowerShell tooling; always provide cross-platform options first or in parallel.
- Consider adding a note that both PowerShell and CLI/REST approaches are supported, with links to relevant documentation for each.
Create Pull Request
Scan History
| Date |
Scan |
Status |
Result |
| 2025-07-12 23:44 |
#41
|
cancelled |
Biased
|
| 2025-07-12 00:58 |
#8
|
cancelled |
Clean
|
| 2025-07-10 05:06 |
#7
|
processing |
Clean
|
Flagged Code Snippets