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_first
⚠️
missing_linux_example
Summary:
The documentation exhibits a Windows-first bias in the prerequisites section, where instructions for installing the Azure CLI specifically reference Windows and link only to the Windows installation guide. There are no Linux or macOS installation instructions or links provided. Additionally, the quickstart link for creating a Communication Services Resource includes a 'tabs=windows' parameter, further emphasizing Windows. No Linux-specific examples or parity guidance are present.
Recommendations:
- Provide installation instructions and links for Azure CLI on Linux and macOS alongside Windows.
- Use platform-agnostic or multi-tabbed links (e.g., /cli/azure/install-azure-cli) that allow users to select their OS.
- Ensure that all quickstart and setup links either default to a neutral platform or offer tabs for Windows, Linux, and macOS.
- Explicitly mention that the SDK and CLI commands work cross-platform, and provide any necessary notes for Linux/macOS users (e.g., shell differences, permissions).
Create pull request