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 presents Bash (Linux/macOS) syntax first, followed by PowerShell (Windows) syntax. However, the documentation refers to running commands in 'PowerShell or a bash shell' and provides explicit PowerShell syntax for every CLI example, which is not always the case in Microsoft docs. There is no exclusive use of Windows tools or patterns, and Linux users are well supported. The use of Visual Studio Code (cross-platform) and Azure CLI (cross-platform) further reduces Windows bias.
Recommendations:
- Continue providing both Bash and PowerShell examples for all CLI commands.
- Consider explicitly stating that all tools and steps are supported on Linux, macOS, and Windows.
- Where possible, include screenshots or references for Linux/macOS environments in addition to Azure Portal (which is OS-agnostic).
- If any step is OS-specific (e.g., file paths, shell commands), clarify the differences for each platform.
Create pull request