Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation exclusively uses Azure PowerShell cmdlets for all examples and instructions, with explicit references to Azure PowerShell and Cloud Shell. There are no CLI (az), Bash, or Linux/macOS-specific examples or guidance. Prerequisite links and instructions also default to PowerShell, and there is no mention of cross-platform alternatives or parity.
Recommendations
- Add equivalent Azure CLI (az) commands for all PowerShell examples, as Azure CLI is cross-platform and widely used on Linux/macOS.
- Update prerequisite links to include both PowerShell and CLI tabs, ensuring users can follow along regardless of their OS.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide instructions/examples for both.
- Clarify that all steps can be performed from Linux/macOS using Azure CLI or Bash in Cloud Shell, not just PowerShell.
- Where possible, avoid language that implies PowerShell is the default or only supported method.
Create Pull Request