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 provides both Bash and PowerShell examples for Azure CLI commands, but consistently lists Bash first and PowerShell second. There is no exclusive use of Windows tools, but the explicit inclusion of PowerShell syntax throughout, and references to Visual Studio Code (a cross-platform tool but with strong Windows association), may suggest a slight Windows bias. However, Linux users are not excluded, and Bash examples are always present and prioritized.
Recommendations:
- Continue to provide both Bash and PowerShell examples, but clarify that Bash examples work on Linux/macOS and Windows (with WSL or Git Bash), and PowerShell is available cross-platform.
- Explicitly mention that Visual Studio Code and Azure CLI are fully supported on Linux and macOS, not just Windows.
- Where possible, include a short note or table at the start of the CLI sections explaining which shells/environments are supported for each example.
- Consider adding a section or callout for Linux/macOS users, highlighting any platform-specific considerations (if any).
- If there are any steps that are easier or different on Linux (e.g., using native package managers), mention them.
Create pull request