Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides only PowerShell deployment examples for both ARM and Bicep templates, with instructions to run them in Azure Cloud Shell. There are no examples or instructions for deploying using Azure CLI, Bash, or other Linux-native tools. This approach prioritizes Windows-centric tooling and omits Linux parity, potentially disadvantaging users on Linux or macOS who prefer Bash or Azure CLI.
Recommendations
- Add Azure CLI deployment examples for both ARM and Bicep templates, showing equivalent commands for template deployment.
- Include Bash script examples for template deployment, especially for users who prefer Bash in Cloud Shell or on Linux/macOS.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide guidance for both.
- Where possible, avoid language or instructions that imply PowerShell is the default or only supported method.
- Consider a 'Platform parity' section that lists all supported deployment methods (PowerShell, Azure CLI, Bash, etc.) and links to relevant documentation.
Create Pull Request