Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias by referencing PowerShell as the only command-line automation example, without mentioning or providing equivalent instructions for Linux users (e.g., Azure CLI or Bash). The documentation also refers to Windows-centric tools and patterns first, with no explicit Linux parity or examples.
Recommendations
- Add equivalent Azure CLI (cross-platform) or Bash examples alongside PowerShell instructions for configuring permissions and automation.
- Explicitly mention that steps can be performed from both Windows and Linux environments, and provide links to both PowerShell and Azure CLI documentation.
- Where automation or scripting is referenced, ensure both Windows (PowerShell) and Linux (Bash/Azure CLI) workflows are described.
- Review linked pages (such as 'enable-protection' and 'create-a-vm-from-restored-disks') to ensure Linux parity in examples and instructions.
Create Pull Request