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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively in Azure PowerShell, with no equivalent Azure CLI (cross-platform) or Bash examples. The PowerShell examples are presented as the only scripting/automation option, and there is no mention of Linux-native tooling or shell environments. Additionally, the structure presents PowerShell before any mention of CLI, and in some cases, CLI is omitted entirely. This may disadvantage users on Linux or macOS who prefer or require cross-platform tools.
Recommendations:
- Add Azure CLI examples alongside all PowerShell examples, using Bash syntax where appropriate.
- Explicitly mention that both PowerShell and Azure CLI are supported, and provide parity in instructions.
- Where automation scripts are shown, offer both PowerShell and Bash/CLI script versions.
- Consider including a table or tabbed interface for each command-line example, allowing users to select PowerShell, Azure CLI, or REST API.
- Review the order of presentation so that cross-platform tools (Azure CLI) are not always secondary to Windows-centric tools (PowerShell).
Create pull request