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
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell command-line examples, with no equivalent Azure CLI (cross-platform) or Bash examples. The PowerShell examples are given as the sole scripting/automation method, and there is no mention of Linux-native tools or shell environments. In sections where command-line automation is discussed, PowerShell is prioritized and presented before any mention of Azure CLI, which is only referenced in the introduction and not in the step-by-step instructions.
Recommendations:
- Provide Azure CLI (az) command examples alongside PowerShell for all automation and deletion tasks, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash shell script examples where appropriate, especially for tasks that can be automated outside of PowerShell.
- Explicitly mention that all steps can be performed from Linux, macOS, or Windows, and clarify any platform-specific requirements.
- Reorder sections or provide tabs so that Azure CLI and PowerShell examples are presented equally, rather than prioritizing PowerShell.
- Reference Linux-native tools or environments where relevant, and avoid assuming the user is on Windows or using PowerShell.
Create pull request