This page contains Windows bias

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
Summary:
The documentation consistently instructs users to run commands in 'Azure Cloud Shell', which is a Microsoft-hosted environment that defaults to Bash but is tightly integrated with Azure and may be more familiar to Windows users. There are no explicit PowerShell or Windows command examples, but the documentation does not mention or provide guidance for running these commands in native Linux/macOS terminals or non-Azure environments. The focus on Azure Cloud Shell and Azure-specific patterns may implicitly favor Windows-centric workflows and tools.
Recommendations:
  • Clarify that all curl commands are standard and can be run from any Bash-compatible terminal on Linux, macOS, or Windows (with WSL or Git Bash), not just Azure Cloud Shell.
  • Add explicit notes or examples for running the commands in native Linux/macOS terminals, and mention any prerequisites (e.g., curl installation, authentication setup).
  • If Azure Cloud Shell is recommended for convenience, explain why, and provide alternatives for users who prefer or require local environments.
  • Ensure screenshots and instructions for obtaining object IDs or tokens are not solely based on the Azure Portal UI, but also mention CLI-based alternatives (e.g., using Azure CLI on Linux/macOS).
  • Avoid language that assumes the reader is using Windows or Azure-hosted environments by default.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets