Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page exclusively uses PowerShell for all examples and instructions, assumes the use of Azure PowerShell tooling, and does not mention or provide equivalent Bash, CLI, or Linux-native examples. All command references and cleanup instructions are PowerShell-specific, which may disadvantage users on Linux or macOS platforms.
Recommendations
- Provide equivalent Azure CLI (az) script examples alongside PowerShell, as Azure CLI is cross-platform and commonly used on Linux/macOS.
- Include Bash script samples for deployment and cleanup steps.
- Mention both PowerShell and CLI installation guides, clarifying cross-platform support.
- Structure the documentation to present both Windows (PowerShell) and Linux/macOS (CLI/Bash) options equally, or link to Linux-specific guides.
- Add a note clarifying that PowerShell Core is available on Linux/macOS, if PowerShell examples are retained, and provide installation instructions for those platforms.
Create Pull Request