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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell examples for command-line operations, referencing Windows-centric tools and cmdlets, and omitting any Linux-native CLI (such as Azure CLI/bash) examples. The structure and order of examples prioritize PowerShell after the portal, with no mention of Linux shell usage or cross-platform scripting approaches. This may hinder accessibility for Linux users or those preferring non-Windows environments.
Recommendations:
- Add Azure CLI (az) command examples alongside PowerShell for all command-line instructions, especially for enabling/disabling soft delete and managing backup items.
- Explicitly mention that PowerShell examples are cross-platform only if true, or clarify if they require Windows.
- Include bash/shell script snippets where appropriate to demonstrate parity for Linux users.
- Reorder or parallelize the presentation of PowerShell and Azure CLI examples to avoid implicit prioritization of Windows tools.
- Reference Linux-compatible tooling and workflows in the prerequisites and throughout the documentation.
- Add a note or section addressing cross-platform support and best practices for both Windows and Linux administrators.
Create pull request