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 demonstrates a Windows bias by presenting PowerShell instructions before Azure CLI, using PowerShell-specific cmdlets, and referencing Windows-centric tooling and patterns. While Azure CLI is included, the PowerShell section is more detailed and appears before the CLI, which is more cross-platform. There are no Linux- or Bash-specific examples, and the documentation does not mention or show screenshots from Linux environments.
Recommendations:
- Present Azure CLI instructions before PowerShell, as CLI is cross-platform and more accessible to Linux users.
- Include Bash shell examples and clarify that Azure CLI commands work identically on Linux, macOS, and Windows.
- Add notes or screenshots showing the process in Linux terminal environments where relevant.
- Where PowerShell is mentioned, also mention that Azure CLI is available and preferred for Linux/macOS users.
- Avoid using Windows-specific terminology or screenshots exclusively; include Linux equivalents or clarify cross-platform compatibility.
Create pull request