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 moderate Windows bias by presenting PowerShell as a primary upgrade method, listing it before Azure CLI, and referencing PowerShell-specific modules and installation instructions. While Azure CLI is included (which is cross-platform), there are no explicit Linux/bash examples, nor is there mention of Linux-specific considerations or parity in tooling. The documentation assumes familiarity with PowerShell and Windows-centric patterns.
Recommendations:
- Provide explicit bash/Linux shell examples alongside or before PowerShell examples, especially for Azure CLI commands.
- Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows, possibly linking to Linux-specific installation instructions.
- Avoid listing PowerShell before Azure CLI unless there is a clear reason; consider alternating order or presenting CLI first for broader platform neutrality.
- Mention that PowerShell Core is available cross-platform, if PowerShell examples are retained, and provide guidance for Linux/macOS users.
- Add a section or note addressing Linux/macOS users, highlighting any differences or confirming parity in the upgrade process.
Create pull request