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_tools
⚠️
windows_first
Summary:
The documentation page shows subtle Windows bias by linking to PowerShell-based instructions before or alongside CLI and REST API options, and by referencing a PowerShell-specific guide for creating a Backup vault. There is no explicit Linux exclusion, but the presence and order of PowerShell links suggest a Windows-first approach.
Recommendations:
- Provide direct links to both PowerShell and Azure CLI/Linux shell instructions for creating a Backup vault, ensuring CLI examples are not secondary.
- When listing restore options, avoid listing PowerShell before CLI or alternate between them to avoid perceived priority.
- Explicitly mention that Azure CLI commands work cross-platform (Windows, Linux, macOS) to reinforce parity.
- If possible, include bash or shell script examples alongside CLI commands to demonstrate Linux compatibility.
Create pull request