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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a strong bias towards Windows and PowerShell usage. All CLI-based restoration instructions and examples are provided exclusively using PowerShell cmdlets from the Az PowerShell module, with no mention of Azure CLI, Bash, or cross-platform scripting alternatives. The documentation assumes the use of Windows-centric tools and patterns, and does not provide parity for Linux or macOS users who may prefer or require non-PowerShell solutions.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell cmdlets, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell Core is available cross-platform, but also provide Bash or shell script examples where appropriate.
- Include notes or sections for Linux/macOS users, clarifying how to perform the same tasks without relying on Windows-specific tools.
- Ensure that any references to tools or workflows are not Windows-centric by default, and present cross-platform options with equal prominence.
- Consider reordering sections so that cross-platform solutions (such as Azure CLI) are presented before or alongside PowerShell examples.
Create pull request