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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates Windows bias primarily by referencing Azure PowerShell as the only method for retrieving modifiable policy aliases, without mentioning or providing equivalent Azure CLI (cross-platform) or REST API examples. No Linux-specific or cross-platform command-line examples are provided, and the only tool-specific guidance is for PowerShell, which is traditionally associated with Windows environments.
Recommendations:
- Provide equivalent Azure CLI examples for all PowerShell commands, especially for retrieving modifiable aliases (e.g., using 'az policy alias list').
- Mention REST API alternatives where applicable for cross-platform automation.
- Ensure that tool-specific instructions (such as PowerShell) are always accompanied by Azure CLI or REST API equivalents, and present them in a neutral order (e.g., CLI first, or both together).
- Explicitly state that all examples are cross-platform where possible, or clarify any platform-specific limitations.
- Audit other sections for implicit Windows assumptions and add Linux or cross-platform context as needed.
Create pull request