Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides only a PowerShell example for assigning the policy, with no equivalent Azure CLI, Bash, or Linux-native instructions. The use of PowerShell as the sole automation example suggests a Windows-centric approach, and there is no mention of Linux tools or cross-platform alternatives for policy assignment.
Recommendations
- Add Azure CLI examples for policy assignment, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash script samples for deploying the policy and parameters file.
- Explicitly mention that PowerShell Core is available on Linux and macOS, if PowerShell must be used.
- Provide guidance or links for Linux users on installing required tools and running the deployment commands.
- Ensure that automation instructions (e.g., for Logic Apps) clarify platform independence and do not assume a Windows environment.
Create Pull Request