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:
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a mild Windows bias. Windows-specific tools and configuration steps are often mentioned before or in more detail than their Linux equivalents. Some CLI examples and configuration steps are provided only for Windows or are presented with Windows first, and PowerShell/Azure PowerShell is referenced as a primary method for resource creation. Linux-specific instructions are present but sometimes less prominent or detailed. There are also sections where Linux deployment/configuration is only briefly mentioned or lacks parity in example depth.
Recommendations:
- Ensure that all CLI and configuration examples are provided for both Windows and Linux, with equal prominence and detail.
- When listing tools or methods (e.g., Visual Studio, Visual Studio Code, CLI, PowerShell), alternate the order or present them in parallel lists/tables to avoid always listing Windows-first.
- Where PowerShell is mentioned, ensure Bash/Azure CLI equivalents are also included and shown with equal detail.
- For deployment and configuration commands, provide both Windows and Linux command-line examples side by side, not just as tabs.
- Explicitly mention any differences or caveats for Linux users, especially for local development, debugging, and deployment.
- Audit all code snippets and walkthroughs to ensure Linux users are not required to infer steps or commands from Windows-centric instructions.
Create pull request