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 demonstrates a Windows bias by providing only Azure PowerShell examples for command-line configuration, with no mention of Azure CLI or Bash equivalents that are commonly used on Linux and macOS. The PowerShell steps are presented as the sole scripting option, and the documentation references Windows-centric tools and patterns without offering Linux alternatives or parity.
Recommendations:
- Add equivalent Azure CLI (az) command examples alongside PowerShell for all configuration steps.
- Explicitly mention that the steps can be performed from any OS using Azure CLI or Cloud Shell, not just from Windows/PowerShell.
- Include Bash script examples or note cross-platform compatibility where possible.
- Reorder or present PowerShell and CLI steps in parallel, or provide a clear choice for users based on their platform.
- Review included content (INCLUDE files) to ensure Linux and cross-platform instructions are present.
Create pull request