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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for configuring active geo-replication, but it demonstrates a Windows bias by including PowerShell examples (which are traditionally Windows-centric) and not mentioning or providing Linux shell (bash) equivalents. The CLI examples are generic, but there is no explicit guidance or examples for Linux users (e.g., bash scripts, shell environment notes). PowerShell is presented equally alongside CLI, which may confuse or disadvantage Linux users who do not use PowerShell. There are no references to Linux-specific tools or workflows, and the document does not clarify cross-platform compatibility for the CLI or PowerShell commands.
Recommendations:
- Explicitly state that Azure CLI commands work cross-platform (Windows, Linux, macOS) and can be run in bash or other shells.
- Provide bash (Linux shell) script examples alongside PowerShell, or clarify that the CLI examples are intended for use in any shell.
- If PowerShell is included, clarify that PowerShell Core is available on Linux and macOS, or provide links to installation instructions.
- Add a note or section for Linux/macOS users, highlighting any differences or confirming parity.
- Avoid presenting PowerShell examples before or equally with CLI unless there is a clear need, as CLI is more universally accessible.
Create pull request