About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation exhibits a Windows bias by referencing PowerShell for resource group creation, mentioning Windows before Linux in tool/platform requirements, and highlighting Windows-specific tools and development environments. There is a lack of explicit Linux shell/command examples, and the setup steps and authentication guidance mention Windows tools and patterns first or exclusively.
Recommendations:
- Provide explicit Linux (bash) command examples alongside or instead of PowerShell for resource group creation and other CLI steps.
- When listing prerequisites or supported platforms, mention Linux first or equally, and clarify that all steps are cross-platform.
- Include Linux-friendly authentication and development environment instructions (e.g., VS Code on Linux, bash shell usage).
- Ensure all referenced tools (like OpenSSL, Azure CLI) have installation and usage notes for both Windows and Linux.
- Avoid language that implies Windows is the default or primary platform (e.g., 'on a computer running Windows or Linux' should be 'on Windows or Linux').
Create pull request