Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by linking only to Windows-specific Azure CLI installation instructions and not mentioning or linking to Linux or macOS installation guides. All CLI examples are generic and cross-platform, but the installation step assumes a Windows environment, which may confuse or exclude Linux users.
Recommendations
- Provide links to Azure CLI installation instructions for all major platforms (Windows, Linux, macOS), or use a platform-neutral link.
- Explicitly state that the Azure CLI commands work on Windows, Linux, and macOS terminals.
- Avoid using Windows-specific tabs or links as the default or only option in prerequisites.
- Consider adding a short section or note for Linux/macOS users to clarify parity and any minor differences (if any).
Create Pull Request