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_first
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by listing Azure PowerShell as a primary method for discovering policy aliases, providing more detailed PowerShell examples (including advanced filtering), and mentioning PowerShell before Azure CLI. The CLI section is less detailed and lacks parity with the PowerShell examples. There is no mention of Linux-specific tools or shell scripting, and the PowerShell examples assume familiarity with Windows tooling.
Recommendations:
- Ensure that Azure CLI examples are as detailed as the PowerShell ones, including advanced filtering (e.g., how to find modifiable aliases using CLI/jq).
- Alternate the order of PowerShell and CLI sections, or present them side-by-side to avoid implying one is preferred.
- Explicitly mention that both PowerShell and CLI are cross-platform, and provide context for users on Linux/macOS.
- Include Bash or shell scripting examples where appropriate, especially for filtering or processing output.
- Avoid language that assumes PowerShell is the default or primary tool for all users.
Create pull request