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
⚠️ windows_tools
Summary:
The documentation page demonstrates a Windows bias by listing Azure PowerShell as a primary method for discovering policy aliases, providing more detailed PowerShell examples (including advanced filtering), and mentioning PowerShell before Azure CLI. The CLI section is less detailed and lacks parity with the PowerShell examples. There is no mention of Linux-specific tools or shell scripting, and the PowerShell examples assume familiarity with Windows tooling.
Recommendations:
  • Ensure that Azure CLI examples are as detailed as the PowerShell ones, including advanced filtering (e.g., how to find modifiable aliases using CLI/jq).
  • Alternate the order of PowerShell and CLI sections, or present them side-by-side to avoid implying one is preferred.
  • Explicitly mention that both PowerShell and CLI are cross-platform, and provide context for users on Linux/macOS.
  • Include Bash or shell scripting examples where appropriate, especially for filtering or processing output.
  • Avoid language that assumes PowerShell is the default or primary tool for all users.
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

> [!NOTE] > To find aliases that can be used with the [modify](./effect-modify.md) effect, use the > following command in Azure PowerShell **4.6.0** or higher: > >