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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing PowerShell and Windows-centric tools first or exclusively when discussing enabling soft-delete and key recovery. While the Azure portal is cross-platform, command-line examples and recovery instructions are primarily given for PowerShell, with CLI mentioned secondarily and no explicit Linux shell or cross-platform command examples provided. There are no Linux-specific instructions or parity in troubleshooting steps.
Recommendations:
- Provide Azure CLI examples alongside or before PowerShell examples, especially for enabling soft-delete and key recovery.
- Include explicit Linux shell (bash) command examples where relevant, ensuring parity for Linux users.
- When referencing documentation for enabling features or troubleshooting, link to both PowerShell and CLI (bash) guides equally, or use CLI as the default since it is cross-platform.
- Add a section or notes clarifying that all steps can be performed from Linux/macOS using Azure CLI, and provide sample commands.
- Avoid referencing Windows tools or patterns (such as PowerShell) exclusively or as the primary method.
Create pull request