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
Summary:
The documentation demonstrates a Windows bias by presenting Azure PowerShell instructions before Azure CLI, which is more cross-platform. There are no explicit Linux/macOS-specific instructions or clarifications, and the PowerShell example assumes a Windows environment. The CLI example is present but not emphasized or explained in a Linux context.
Recommendations:
- Present Azure CLI instructions before PowerShell, as CLI is cross-platform and works natively on Linux/macOS.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide example shell prompts (e.g., $) to reinforce this.
- If PowerShell is included, clarify that PowerShell Core is available cross-platform, or provide equivalent Bash/shell examples where possible.
- Add a note or section for Linux/macOS users, including any prerequisites or differences in experience (e.g., installation of Azure CLI, authentication methods).
- Ensure that all tooling references (e.g., 'copy the value from the ID column') are not Windows-centric and clarify how to perform these steps in different environments.
Create pull request