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
⚠️ powershell_heavy
⚠️ missing_linux_example
Summary:
The documentation provides both Azure CLI and PowerShell examples for deploying Bicep files, but PowerShell is always presented after Azure CLI, and there is no explicit mention of Linux or Bash scripting. The PowerShell examples use Windows-specific syntax (backticks for line continuation), and there are no Linux/Bash-specific notes or troubleshooting tips. There is also no mention of running Azure CLI commands in Bash or Linux environments, nor are there any screenshots or references to Linux shells.
Recommendations:
  • Add explicit Bash/Linux shell examples alongside Azure CLI commands, including line continuations with backslashes and any relevant environment notes.
  • Clarify that Azure CLI commands work cross-platform and can be run in Bash, Cloud Shell, or Windows Command Prompt, with examples for each where syntax differs.
  • Include troubleshooting notes or tips for common Linux/Bash issues (such as file path differences or permission issues).
  • Consider providing a table or section summarizing command usage across Windows (PowerShell, CMD) and Linux (Bash) environments.
  • Avoid using only PowerShell-specific syntax (like backticks) without also showing the Bash equivalent.
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

For the PowerShell deployment command, use [New-AzDeployment](/powershell/module/az.resources/new-azdeployment) or its alias `New-AzSubscriptionDeployment`.
For the PowerShell deployment command, use [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment).