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
Summary:
The documentation provides only Azure PowerShell examples for resource cleanup, with no mention of equivalent commands for Linux users (such as Azure CLI or Bash). The use of PowerShell-specific syntax and the lack of cross-platform command options indicate a Windows bias. There is also no reference to Linux or macOS tooling or workflows.
Recommendations:
- Include Azure CLI (az) command examples for all resource management steps, especially for cleanup, alongside PowerShell.
- Explicitly mention that the steps can be performed on any OS, and provide Bash or shell script equivalents where relevant.
- Add a note or section for Linux/macOS users, highlighting any differences or confirming parity.
- Where PowerShell is used, clarify that Azure CLI is also supported and link to relevant CLI documentation.
Create pull request