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
Summary:
The documentation demonstrates a bias toward Windows environments by providing PowerShell scripts (with no Bash or CLI equivalents), referencing scripts and tools that are typically Windows-centric, and omitting Linux or cross-platform command-line examples. There are no instructions or troubleshooting steps tailored for Linux users, and all automation references are to PowerShell scripts.
Recommendations:
- Provide equivalent Bash or Azure CLI scripts for all PowerShell script references, especially for tasks like finding the Recovery Services vault or undeleting file shares.
- When mentioning scripts, explicitly state if they are cross-platform or provide separate instructions for Windows (PowerShell) and Linux/macOS (Bash/CLI).
- Include Linux-specific troubleshooting steps or notes where relevant, such as for file share access, permissions, or automation.
- Review all links to scripts and tools to ensure Linux users are not excluded, and add parity where gaps exist.
- In general, avoid assuming the user is on Windows; use neutral language and cross-platform tools (like Azure CLI) as the primary example, or present both Windows and Linux options side by side.
Create pull request