Bias Analysis
Detected Bias Types
Summary
The documentation provides instructions for passing array parameters during policy assignment using Azure CLI, Azure PowerShell, and REST API. The order of presentation lists Azure CLI first, followed by Azure PowerShell, and then REST API. There are no explicit Linux-specific examples or references to Linux-native tools (such as bash scripting or Linux shell usage). However, Azure CLI is cross-platform and can be used on both Windows and Linux, while Azure PowerShell is primarily associated with Windows environments. The documentation does not provide Linux-specific command-line examples or highlight Linux usage patterns.
Recommendations
- Explicitly state that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Provide Linux shell (bash) examples for passing parameters, such as using az policy assignment create from a bash script.
- Include notes or examples for using REST API with curl or other Linux-native tools.
- Avoid listing Windows-centric tools (PowerShell) before cross-platform or Linux-native options, or alternate the order to avoid perceived bias.
- Where possible, add examples that show both Windows (PowerShell) and Linux (bash/curl) usage for common tasks.
Create Pull Request