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
⚠️ windows_tools
Summary:
The documentation demonstrates a strong Windows and PowerShell bias. All command-line examples use PowerShell, and there are no Bash, CLI, or Linux-native instructions. The documentation assumes the use of Windows tools (e.g., PowerShell console, PowerShell cmdlets) and does not provide parity for Linux or cross-platform users. Even when discussing prerequisites and troubleshooting, references are made to PowerShell scripting and Windows-centric workflows, with no mention of Linux alternatives or Azure CLI equivalents.
Recommendations:
  • Provide equivalent Azure CLI (az) commands for all PowerShell examples, especially for role assignment and source control configuration.
  • Include Bash shell examples for Linux/macOS users, or clarify that the process is cross-platform if applicable.
  • Explicitly state platform requirements or limitations (e.g., if PowerShell 7+ or Azure CLI is supported on Linux/macOS).
  • Reference Linux/macOS tools and editors in sections discussing encoding or editing runbooks.
  • Add a section or note for Linux/macOS users outlining any differences or additional steps required.
  • Ensure that screenshots and UI instructions are not Windows-specific where possible, or provide Linux/macOS equivalents if the Azure portal experience differs.
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
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets

New-AzRoleAssignment ` -ObjectId <automation-Identity-Object(Principal)-Id> ` -Scope "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}" ` -RoleDefinitionName "Contributor"