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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by listing Azure PowerShell commands in a dedicated section after Azure CLI, without providing any Linux-specific or cross-platform command-line examples. The only explicit command-line examples are for Azure CLI and PowerShell, both of which are available on Windows, but PowerShell is traditionally associated with Windows environments. There are no Linux shell (bash) examples, and no mention of Linux-specific tools or workflows. Additionally, the 'Next steps' section links to PowerShell deployment instructions, reinforcing a Windows-centric approach.
Recommendations:
- Provide explicit bash or Linux shell examples for all command-line operations, especially for Azure CLI usage.
- Clarify that Azure CLI commands are cross-platform and can be run on Linux, macOS, and Windows.
- Include links to Linux/macOS deployment guides alongside PowerShell guides in the 'Next steps' section.
- When listing command-line tools, present Azure CLI before PowerShell, or present them together with equal prominence.
- Add notes or examples for using Resource Manager templates with Linux-native tools (e.g., az deployment group create) rather than only referencing PowerShell deployment.
Create pull request