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:
⚠️
powershell_heavy
⚠️
windows_first
Summary:
The documentation consistently uses the 'azurepowershell-interactive' code block type for all CLI examples, which may suggest a preference for Windows/PowerShell environments. The Azure CLI installation link in prerequisites points specifically to the Windows installation page, and there are no explicit Linux or macOS instructions or examples. While the commands themselves are cross-platform, the framing and code block labeling may give the impression of Windows bias.
Recommendations:
- Use neutral code block labels such as 'bash' or 'azurecli' instead of 'azurepowershell-interactive' when providing Azure CLI examples, as Azure CLI is cross-platform.
- In the prerequisites, provide installation links for Azure CLI on all supported platforms (Windows, Linux, macOS), or link to the general installation page that lets users select their OS.
- Explicitly mention that the Azure CLI commands work on Linux, macOS, and Windows, and provide at least one example of running a command in a Linux/macOS shell if there are any OS-specific considerations.
- Avoid language or structure that implies Windows is the default or primary environment for these instructions.
Create pull request