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_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation is heavily biased toward Windows and PowerShell usage. All command-line examples use PowerShell cmdlets, and there are no equivalent Azure CLI (cross-platform) or Bash examples. The instructions and prerequisites focus on Azure PowerShell and Cloud Shell, which defaults to PowerShell, and there is no mention of Linux-specific workflows or tools. The documentation does not provide parity for Linux users or those preferring Bash/Azure CLI.
Recommendations:
- Provide equivalent Azure CLI (az) command examples alongside PowerShell cmdlets for all operations.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and show how to select Bash.
- Include Linux/Bash-specific instructions for preparing the environment, such as installing Azure CLI on Linux.
- Ensure that sample payload file editing instructions are platform-agnostic or include Linux-friendly editors (e.g., nano, vim).
- Review all prerequisites and steps to ensure they are not exclusively tailored to Windows/PowerShell users.
Create pull request