Detected Bias Types
🔧
Windows Tools
Windows First
Summary
The documentation page mentions enabling message sessions using Azure portal, PowerShell, CLI, Resource Manager template, .NET, Java, Python, and JavaScript. PowerShell is listed before CLI, which is more cross-platform, and there is no explicit mention of Bash or Linux-specific tools. The mention of PowerShell and Resource Manager template (often used in Windows environments) before CLI may indicate a subtle Windows-first bias. However, the samples themselves are language-focused and do not show platform bias, and CLI is included in the list.
Recommendations
- Explicitly mention Bash or Linux shell equivalents alongside PowerShell for command-line examples.
- List CLI before PowerShell when describing cross-platform options.
- Provide examples or links for enabling sessions using Bash/Unix shell commands.
- Clarify that Azure CLI is fully supported on Linux/macOS and provide links to installation guides for those platforms.