Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page exhibits mild Windows bias. In the 'Find resource provider' section, examples are given for Azure CLI (cross-platform), PowerShell (Windows-centric), and Python (cross-platform). However, PowerShell is presented before Python, and no explicit Linux shell (bash) example is provided. The registration section references the 'Windows Azure Service Management API', and several resource providers and services are named with 'Windows' (e.g., Microsoft.WindowsIoT, Microsoft.WindowsDefenderATP), but Linux equivalents are not highlighted or mentioned. There is no explicit Linux shell or scripting example, and Windows terminology appears before or instead of Linux alternatives.
Recommendations
- Add a bash shell example for listing resources using Azure CLI, to explicitly show Linux usage.
- When listing scripting examples, alternate the order or explicitly mention cross-platform compatibility.
- In the registration section, clarify that the Azure Service Management API is not Windows-only, or mention Linux/Unix management APIs if applicable.
- For resource providers with Windows-specific names, consider mentioning Linux equivalents or clarifying platform support.
- Ensure that documentation does not imply Windows is the default or preferred platform, and highlight cross-platform capabilities where relevant.
Create Pull Request