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
⚠️
powershell_heavy
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for all steps, but consistently lists PowerShell examples after CLI, and does not include any Linux- or Bash-specific guidance or context. While Azure CLI is cross-platform, the explicit inclusion of PowerShell (a Windows-centric tool, despite its recent cross-platform support) and the lack of any mention of Bash scripting or Linux shell environments may create a subtle Windows bias. There are no Linux-specific tools, patterns, or troubleshooting notes, and no explicit mention that all steps work identically on Linux/macOS.
Recommendations:
- Explicitly state that Azure CLI commands work on Windows, Linux, and macOS, and can be run from Bash or other Unix shells.
- Add a short section or note confirming that all steps are cross-platform, and that PowerShell is optional.
- Consider including Bash-specific examples or notes for users who may be scripting in Bash.
- Where PowerShell is mentioned, clarify that it is available cross-platform, but not required for Linux/macOS users.
- If possible, provide troubleshooting tips or links for common issues encountered on Linux/macOS environments.
Create pull request