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:
⚠️ powershell_heavy
⚠️ windows_first
⚠️ missing_linux_example
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for configuring endpoint domain reuse, but it does not include explicit Linux shell (bash) examples or mention Linux-specific tooling. Azure PowerShell is Windows-centric, and its example is given equal prominence to the CLI, which may not be as familiar or available to Linux users. There is also no explicit mention of running the Azure CLI example in a Linux shell, nor are there bash script examples.
Recommendations:
  • Add explicit bash (Linux shell) examples for Azure CLI commands, showing usage in a Linux terminal.
  • Clarify that Azure CLI commands are cross-platform and can be run on Windows, Linux, or macOS.
  • Consider de-emphasizing Azure PowerShell unless there is a specific need, or move it after CLI and Bicep examples.
  • Add a note or section for Linux/macOS users, highlighting any differences or confirming parity.
  • If relevant, mention how to install and use Azure CLI and Bicep on Linux.
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

New-AzFrontDoorCdnEndpoint ` -ResourceGroupName MyResourceGroup ` -ProfileName MyProfile ` -EndpointName myendpoint ` -Location global ` -AutoGeneratedDomainNameLabelScope SubscriptionReuse