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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation is heavily biased towards Windows and PowerShell usage. All command-line examples use Azure PowerShell cmdlets, and file paths are shown in Windows format (e.g., C:\Users\SampleUser\Downloads) before Linux/Cloud Shell equivalents. There are no CLI (az) or Bash examples, and Linux-specific guidance is minimal or secondary. The documentation assumes the use of Windows tools and environments, with only a brief mention of Cloud Shell for Linux-like environments.
Recommendations:
- Provide Azure CLI (az) command examples alongside or instead of PowerShell, as Azure CLI is cross-platform and widely used on Linux.
- For each step, include both Windows (PowerShell) and Linux (Bash/CLI) command examples, clearly labeled.
- When referencing file paths, show both Windows (C:\...) and Linux (/home/...) formats together.
- Explicitly mention that all operations can be performed from Linux/macOS using Azure CLI or Cloud Shell, and provide links to relevant setup guides.
- Avoid assuming the user is on Windows or using PowerShell by default; use neutral language and tool-agnostic instructions where possible.
- Add a section at the beginning explaining tool options (PowerShell, Azure CLI, Cloud Shell) and their cross-platform availability.
Create pull request