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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates a strong Windows bias by exclusively providing Azure PowerShell examples and instructions, with no mention of Azure CLI or Bash alternatives. All code snippets and migration steps are shown using PowerShell cmdlets, which are most familiar to Windows users. There is no guidance for users on Linux or macOS, nor are cross-platform tools or commands referenced. The prerequisite steps also focus on installing and configuring Azure PowerShell, reinforcing the Windows-centric approach.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell snippets, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include a section or note clarifying that all steps can be performed on Linux/macOS using Azure CLI, and provide links to relevant CLI documentation.
- Where possible, use neutral, cross-platform language (e.g., 'Azure CLI or PowerShell') in instructions and prerequisites.
- Mention how to install and use Azure CLI alongside or instead of Azure PowerShell.
- Review all referenced links and ensure they do not default to Windows-specific content or tools.
Create pull request