Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation demonstrates a Windows bias by exclusively providing Azure PowerShell commands for role assignment, with no equivalent Azure CLI or REST API examples that would be more cross-platform and Linux-friendly. The instructions and tooling references are Windows-centric, and there is no mention of how to perform the same steps on Linux or macOS environments.
Recommendations
- Add Azure CLI examples for role assignment to Azure Cosmos DB, as Azure CLI is cross-platform and widely used on Linux.
- Include REST API or ARM template instructions for users who may automate deployments from non-Windows environments.
- Explicitly mention Linux/macOS compatibility and provide guidance for those platforms.
- Reorder instructions so that cross-platform methods (CLI/REST) are presented before or alongside PowerShell examples.
- Add a note clarifying that PowerShell is available on Linux/macOS, but recommend CLI for native Linux workflows.
Create Pull Request