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_first
Summary:
The documentation provides only PowerShell-based (Windows-centric) examples for configuring snapshot retention, with no equivalent CLI or Linux-native instructions. The only automation example is in PowerShell, and there is no mention of Azure CLI, Bash, or cross-platform scripting options. This may lead Linux or cross-platform administrators to feel unsupported or unclear about how to perform these tasks without Windows tools.
Recommendations:
- Add equivalent Azure CLI examples for configuring snapshot retention and other operations, as Azure CLI is cross-platform and widely used on Linux.
- Include Bash script examples or references for common tasks, ensuring parity with PowerShell instructions.
- When presenting automation or scripting options, list Azure CLI (or Bash) before or alongside PowerShell to avoid the impression of Windows-first bias.
- Explicitly mention that all features are available regardless of the OS used for management, and provide links to relevant cross-platform tooling documentation.
- Consider a section or note highlighting cross-platform management options for Azure Backup, including links to both PowerShell and CLI documentation.
Create pull request