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
⚠️
missing_linux_example
Summary:
The documentation exclusively describes using the Azure Portal (web UI) for all tasks and only mentions Azure CLI, Azure PowerShell, and ARM templates in a single note about creating resources in exempted scopes. There are no command-line examples for either Windows or Linux, but the mention of Azure PowerShell and the lack of explicit Linux CLI (bash) examples or references to Linux tooling suggest a subtle Windows-first bias. The documentation does not provide parity for Linux users who may prefer bash or cross-platform CLI workflows.
Recommendations:
- Add explicit Azure CLI (bash) command examples for all major tasks (assigning policy, creating exemptions, cleaning up resources), ensuring commands are cross-platform.
- Where Azure PowerShell is mentioned, also mention Azure CLI and provide equivalent examples.
- Include a section or callout for Linux/macOS users, clarifying that all tasks can be performed via CLI and providing links to relevant documentation.
- Avoid implying that Azure PowerShell is the primary or only non-portal automation option; always present CLI and PowerShell together.
- Consider adding screenshots or terminal output from both Windows and Linux environments where appropriate.
Create pull request