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 and references are presented as the only scripting/automation option, and there is no mention of Linux-native tools or workflows. The structure also presents PowerShell before any mention of CLI or REST API, and the only detailed automation example is for PowerShell.
Recommendations:
- Add 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 script snippets or instructions where relevant, especially for unlinking and deleting resources.
- Explicitly mention that PowerShell is available on Linux and macOS, but also provide CLI alternatives for users who prefer native Linux tools.
- Reorder sections so that Azure CLI examples are presented alongside or before PowerShell, or use tabs to allow users to select their preferred platform.
- Where REST API is mentioned, provide curl or HTTP request examples that can be run from any OS.
- Review all screenshots and UI instructions to ensure they are not Windows-specific, or clarify when steps are platform-agnostic.
Create pull request