Detected Bias Types
Powershell Heavy
Windows First
Missing Linux Example
Summary
The documentation provides both Azure CLI and PowerShell examples for configuring active geo-replication, but does not include any Linux-specific shell (e.g., Bash) examples or mention Linux tools. PowerShell, which is traditionally associated with Windows, is given equal prominence to Azure CLI, and there are no explicit Linux or cross-platform command-line instructions beyond Azure CLI. There are no references to Linux-specific environments, patterns, or troubleshooting steps. The documentation assumes the use of the Azure Portal, Azure CLI, or PowerShell, with no mention of Linux-native scripting or tools.
Recommendations
- Explicitly state that Azure CLI commands are cross-platform and can be run on Linux, macOS, and Windows.
- Provide example Bash scripts or command-line usage in a Linux terminal context, especially for automation scenarios.
- Mention installation instructions or prerequisites for Azure CLI and PowerShell on Linux systems.
- Include troubleshooting steps or notes relevant to Linux environments (e.g., file permissions, environment variables).
- Where PowerShell is shown, consider providing equivalent Bash or shell script snippets for parity.
- Clarify that all features are available and supported on Linux as well as Windows, if applicable.