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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page primarily describes procedures using the Azure Portal UI and Azure CLI, with a single mention of Azure PowerShell. While the CLI examples are cross-platform, there is a subtle Windows bias in the order of tool presentation: Azure PowerShell is mentioned alongside the CLI and REST API, but no explicit Linux shell or scripting examples (e.g., Bash) are provided. There are no references to Windows-specific tools or commands, but the lack of Linux/Bash-specific guidance or parity in scripting examples may disadvantage Linux users.
Recommendations:
- Provide explicit Bash shell examples for common operations, especially where Azure CLI is used, to demonstrate parity and clarify cross-platform usage.
- When listing tools for performing tasks (e.g., disabling a regional gateway), alternate the order or explicitly state that both Azure CLI and PowerShell are supported on all platforms.
- Include notes or links to documentation for running Azure CLI and PowerShell on Linux, to reinforce cross-platform support.
- If referencing PowerShell, consider also referencing Bash or other popular Linux shells to avoid the perception of Windows-first bias.
Create pull request