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:
Summary:
The documentation generally avoids OS-specific instructions, but in the section on HTTP-to-HTTPS redirection, the PowerShell (Windows-centric) example is listed before the Azure CLI (cross-platform) example. This ordering subtly prioritizes Windows tooling. However, Linux parity is largely maintained elsewhere, and CLI examples are present.
Recommendations:
- List Azure CLI (cross-platform) instructions before PowerShell (Windows-centric) instructions to avoid implying a Windows-first workflow.
- Ensure that all referenced guides (such as those for redirection and external site redirection) provide both PowerShell and CLI examples, and that both are equally visible.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows to reinforce cross-platform support.
- Consider adding Bash or shell script examples where relevant, especially in sections that reference automation or scripting.
Create pull request