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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by presenting PowerShell instructions before Azure CLI, referencing PowerShell-specific cmdlets, and mentioning Windows-centric tools and patterns. Although Azure CLI is included (which is cross-platform), PowerShell is still given prominence and appears before CLI examples. There are no explicit Linux shell or scripting examples, and no mention of Linux-native tools or workflows.
Recommendations:
- Present Azure CLI examples before PowerShell, as CLI is cross-platform and more accessible to Linux users.
- Include Linux shell (bash) command examples for relevant operations, such as using curl or az CLI from bash.
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and provide sample commands for Linux environments.
- Avoid assuming PowerShell as the default scripting environment; provide parity in instructions for bash and other common Linux shells.
- Where possible, add troubleshooting steps or configuration guidance specific to Linux environments.
Create pull request