Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page provides only a PowerShell example for assigning the policy, with no equivalent examples for Linux/macOS users (such as Azure CLI or Bash). The use of PowerShell is presented as the default method, which may disadvantage users on non-Windows platforms. There is no mention of cross-platform alternatives or parity in tooling.
Recommendations
- Add Azure CLI and/or Bash examples for assigning the policy, alongside the PowerShell example.
- Explicitly mention that the steps can be performed on Linux/macOS using Azure CLI, and provide links to relevant CLI documentation.
- Where possible, use cross-platform tools or scripts in examples, or provide parallel instructions for both PowerShell and CLI.
- Clarify that PowerShell is not required and that users can choose their preferred platform/tooling.
Create Pull Request