Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exclusively uses PowerShell for all examples and instructions, assumes the use of Azure PowerShell (a Windows-centric tool), and does not provide any equivalent Bash, CLI, or Linux-native examples. All command references and cleanup instructions are PowerShell-specific, with no mention of cross-platform alternatives or Linux workflows.
Recommendations
- Provide equivalent examples using Azure CLI (az) with Bash syntax, which is cross-platform and widely used on Linux and macOS.
- Include a section or tabbed examples for both PowerShell and Bash/Azure CLI to ensure parity for Linux users.
- Mention installation and usage instructions for Azure CLI alongside Azure PowerShell.
- Reference Linux/macOS compatible tools and workflows where appropriate, not just Windows/PowerShell.
- Ensure that cleanup and deployment steps are shown for both PowerShell and Bash environments.
Create Pull Request