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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a strong Windows bias by exclusively providing PowerShell-based command-line examples and referencing the Az PowerShell module throughout. There are no examples or instructions for Linux users (e.g., Bash, Azure CLI), and all automation steps are presented in a Windows-centric manner. The documentation does not mention or provide parity for Linux or cross-platform command-line tools, making it less accessible to users on non-Windows systems.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell cmdlets shown, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that the PowerShell examples can be run on PowerShell Core on Linux/macOS, if applicable, or clarify any platform limitations.
- Provide Bash shell script examples where relevant, especially for common automation scenarios.
- Reorganize sections so that cross-platform solutions (such as Azure CLI) are presented before or alongside PowerShell examples, rather than only after.
- Include a table or section comparing PowerShell and Azure CLI commands for restoring deleted apps, to help users choose the tool that fits their environment.
Create pull request