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 examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, the inclusion of Azure PowerShell (which is traditionally associated with Windows, though now available cross-platform) and its placement immediately after the CLI example may suggest a slight Windows bias. There are no explicit Linux shell (bash) examples, nor are Linux-specific tools or workflows mentioned. The documentation does not provide a bash or shell script example, nor does it clarify that Azure CLI commands work identically on Linux, macOS, and Windows.
Recommendations:
- Add a dedicated Bash/shell example or explicitly note that the Azure CLI example works on Linux/macOS as well as Windows.
- Clarify that Azure PowerShell is available cross-platform, or provide a note about its usage on Linux/macOS.
- Consider reordering examples so that the most cross-platform tool (Azure CLI) is presented first, and PowerShell is clearly marked as optional or secondary.
- If relevant, mention any Linux-specific considerations or troubleshooting tips.
Create pull request