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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by mentioning PowerShell and Azure CLI as configuration options, but listing PowerShell before Azure CLI and not providing any explicit Linux or cross-platform command-line examples. There are no Linux-specific instructions or examples, and the mention of PowerShell as a primary tool may alienate Linux users. The phrase 'via PowerShell or Azure CLI' puts the Windows tool first, and there is no parity in examples or guidance for Linux environments.
Recommendations:
- When listing command-line tools, mention Azure CLI before or alongside PowerShell, as Azure CLI is cross-platform.
- Include explicit Linux/macOS examples or clarify that Azure CLI commands work on all platforms.
- Avoid assuming PowerShell as the default scripting environment; provide Bash or shell script examples where appropriate.
- Add a section or note for Linux users, highlighting any platform-specific considerations or steps.
- Ensure that all instructions and examples are equally accessible and relevant to both Windows and Linux users.
Create pull request