Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exclusively uses PowerShell commands and Windows-centric tools (Az PowerShell Module) for all examples and instructions. There are no examples or guidance for Linux users, such as using Azure CLI or Bash. The documentation assumes the use of PowerShell, which is more common on Windows, and does not mention or provide parity for Linux environments.
Recommendations
- Add equivalent Azure CLI (az) command examples for each PowerShell command, as Azure CLI is cross-platform and widely used on Linux.
- Include instructions for installing and using the Azure CLI on Linux and macOS, alongside the PowerShell module.
- Present both PowerShell and CLI examples side by side, or clearly indicate which sections are for Windows/PowerShell and which are for Linux/CLI.
- Avoid assuming the user is on Windows or using PowerShell by default; mention cross-platform options early in the prerequisites.
- Link to Linux/macOS-specific documentation where appropriate.
Create Pull Request