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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates a Windows bias by consistently referencing PowerShell scripts and 'Command tools (PowerShell/CLI)' as the primary or only command-line automation option. PowerShell is mentioned explicitly and repeatedly, while Linux-native tools or Bash examples are not provided. Where CLI is mentioned, it is always paired with PowerShell, and no explicit Linux/Bash command examples or screenshots are shown. There is no mention of Linux-specific workflows, and all automation appears to assume a Windows-centric environment.
Recommendations:
- Provide explicit Bash/Azure CLI command examples alongside PowerShell, especially in sections where scripts are offered for download.
- Include screenshots or instructions that demonstrate the process on Linux or macOS terminals, not just Windows/PowerShell environments.
- When referencing 'Command tools (PowerShell/CLI)', clarify that Azure CLI is cross-platform and provide parity in examples for both Windows (PowerShell) and Linux/macOS (Bash).
- Add a note or section for Linux users, highlighting any differences or additional steps required for common scenarios.
- Ensure that downloadable scripts are available in both PowerShell (.ps1) and Bash (.sh) formats where possible.
Create pull request