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_first
⚠️
powershell_heavy
Summary:
The documentation page demonstrates a mild Windows bias by listing Azure PowerShell before Azure CLI in the 'Related content' section, and by referencing PowerShell-specific restore documentation. There are no explicit Linux or cross-platform command-line examples in the main tutorial, and the focus on PowerShell may suggest a preference for Windows tooling.
Recommendations:
- List Azure CLI before or alongside Azure PowerShell in all sections to avoid implying a Windows-first approach.
- Ensure that all example commands and linked guides are provided for both Azure CLI (cross-platform) and Azure PowerShell.
- Explicitly mention that Azure CLI is available on Linux, macOS, and Windows, and provide parity in examples and walkthroughs.
- Wherever possible, include bash or shell script examples in addition to PowerShell.
- Audit included files (such as blob-backup-azure-portal-create-policy.md) to ensure they do not contain Windows-specific instructions or screenshots.
Create pull request