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
Summary:
The documentation provides both Azure CLI and PowerShell examples for managing access restrictions, but PowerShell examples are featured prominently and sometimes appear before CLI examples. There are no explicit Linux shell (bash) or platform-specific examples, but the use of PowerShell commands and terminology may be more familiar to Windows users. The documentation does not mention or provide examples for Linux-native tools or workflows outside of the Azure CLI, which is cross-platform. There is a slight Windows bias due to the prominence and ordering of PowerShell examples.
Recommendations:
- Ensure that Azure CLI examples are always presented before or alongside PowerShell examples, as CLI is cross-platform and more familiar to Linux users.
- Explicitly mention that both Azure CLI and PowerShell are available in Cloud Shell, which is accessible from any OS.
- Where possible, provide bash shell script examples for common tasks, especially for scenarios where scripting is shown (e.g., multi-source rules).
- Clarify that all programmatic examples (CLI, ARM, Bicep) are platform-agnostic, and highlight this in introductory sections.
- Avoid assuming PowerShell as the default scripting language; balance with bash or sh examples where appropriate.
Create pull request