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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by exclusively referencing a Windows test virtual machine (WorkerVM), instructing users to open an 'administrator command prompt', and omitting any mention of Linux-based test VMs or examples. All test instructions and deployment steps assume a Windows environment, with no parallel guidance for Linux users. Additionally, certificate deployment is described only for Windows, and browser-based testing is implied to occur on Windows.
Recommendations:
- Provide parallel instructions and examples for deploying and testing with a Linux-based WorkerVM, including Linux command-line equivalents.
- When referencing command prompts or shells, use neutral language (e.g., 'open a terminal window') and specify both Windows and Linux options.
- Include steps for deploying certificates on Linux test VMs, not just Windows.
- Demonstrate curl and browser-based testing from both Windows and Linux environments.
- Explicitly state that the test VM can be either Windows or Linux, and provide guidance for both.
Create pull request