Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page demonstrates a subtle Windows bias by referencing Azure PowerShell as a primary tool for resource provider registration, and by omitting explicit Linux-specific instructions or examples. While the .NET SDK is cross-platform, the documentation does not provide parity in examples or guidance for Linux users, such as shell commands, environment variable setup, or Linux-specific authentication patterns.
Recommendations
- Include explicit Linux and macOS instructions for environment variable setup and authentication, such as showing how to set environment variables in Bash/zsh.
- Provide CLI examples using Bash or other Linux shells alongside PowerShell examples, especially for resource provider registration and credential configuration.
- Clarify that the .NET SDK and Azure CLI are cross-platform, and provide links or notes for Linux/macOS installation and usage.
- Ensure that references to Azure PowerShell are balanced with Azure CLI examples, and present both options equally (not listing PowerShell first).
- Add troubleshooting tips or notes for common Linux-specific issues (e.g., file permissions, credential storage locations).
Create Pull Request