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
Summary:
The documentation provides detailed instructions for using the Azure Portal and Azure PowerShell to manage soft delete for SQL Server and SAP HANA backups in Azure VMs. However, it exclusively features PowerShell examples for command-line operations, with no mention of Linux-native tools, Azure CLI, or Bash scripting. The PowerShell section is prominent and detailed, while Linux users are not provided with equivalent guidance, creating a Windows-centric bias.
Recommendations:
- Add equivalent Azure CLI (az backup ...) examples for all PowerShell operations, as Azure CLI is cross-platform and widely used on Linux.
- Explicitly mention that the steps can be performed from Linux environments using Azure CLI or REST API, and provide links or examples.
- If any operations require PowerShell, clarify whether PowerShell Core (cross-platform) is supported, and provide installation guidance for Linux users.
- Reorder or parallelize the documentation so that Azure CLI and PowerShell examples are presented together, or allow users to select their preferred environment (PowerShell, CLI, Bash) via tabs.
- Include a note or section addressing Linux administrators and their typical workflows, ensuring parity in instructions and examples.
Create pull request