Bias Analysis
Detected Bias Types
windows_tools
windows_first
Summary
The documentation page lists resource providers for Azure services and provides examples for finding resource providers using Azure CLI, PowerShell, and Python SDK. While the CLI and Python examples are cross-platform, PowerShell is a Windows-centric tool. Additionally, in the 'Find resource provider' section, the PowerShell example is presented before the Python example, and there is a reference to the 'Windows Azure Service Management API' in the registration section. There are no Linux-specific tools or shell examples (e.g., Bash), and PowerShell is included despite its limited use on Linux/macOS compared to CLI.
Recommendations
- Add explicit Bash or shell script examples for Linux/macOS users, especially in the 'Find resource provider' section.
- Clarify that Azure CLI and Python SDK examples are cross-platform and can be used on Windows, Linux, and macOS.
- If mentioning PowerShell, note its availability on Linux/macOS, or consider placing CLI/Bash examples before PowerShell to avoid Windows-first impression.
- Avoid references to 'Windows Azure Service Management API' unless necessary, or clarify its relevance to all platforms.
Create Pull Request