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 mild Windows bias. While it mentions that automation clients such as PowerShell, CLI, and SDK are supported, PowerShell is listed first and is the only automation client with a direct documentation link in the main text. There are no explicit Linux or Bash shell examples, and no mention of Linux-specific tools or workflows. The focus on PowerShell and the absence of Linux/Bash examples or references may make Linux users feel less prioritized.
Recommendations:
- List Azure CLI before PowerShell when mentioning automation clients, or present both together to avoid implying a preference.
- Provide direct links to both PowerShell and Azure CLI documentation equally.
- Include at least one example of running an ARG query using Azure CLI (az resource-graph query) and/or Bash scripting.
- Explicitly mention that all automation steps can be performed on Linux, macOS, and Windows.
- If possible, add a section or callout for Linux users, highlighting any platform-specific considerations.
Create pull request