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
Summary:
The documentation presents both Azure PowerShell and Azure CLI examples for managing resources, but PowerShell is consistently listed before CLI in all code tabs and output sections. This ordering implicitly prioritizes Windows/PowerShell users. There are no Linux-specific tools, shell, or OS-specific instructions, but the 'PowerShell first' pattern may signal a subtle Windows bias.
Recommendations:
- Alternate the order of PowerShell and CLI tabs or present CLI examples first, as Azure CLI is cross-platform and widely used on Linux.
- Explicitly mention that both PowerShell and CLI commands can be run in Azure Cloud Shell, which is available on all platforms.
- Consider including Bash shell script snippets or references to Linux terminal usage where appropriate.
- Add a note clarifying that Azure CLI commands are fully supported on Linux, macOS, and Windows.
Create pull request