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 page exclusively uses PowerShell for all examples and instructions, assumes the use of Azure PowerShell (a Windows-centric tool), and does not provide any equivalent Bash, CLI, or Linux-native examples. All command references and cleanup instructions are PowerShell-specific, with no mention of cross-platform alternatives or Linux workflows.
Recommendations:
  • Provide equivalent examples using Azure CLI (az) with Bash syntax, which is cross-platform and widely used on Linux and macOS.
  • Include a section or tabbed examples for both PowerShell and Bash/Azure CLI to ensure parity for Linux users.
  • Mention installation and usage instructions for Azure CLI alongside Azure PowerShell.
  • Reference Linux/macOS compatible tools and workflows where appropriate, not just Windows/PowerShell.
  • Ensure that cleanup and deployment steps are shown for both PowerShell and Bash environments.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-13 21:37 #48 completed ❌ Biased

Flagged Code Snippets

Remove-AzResourceGroup -Name myResourceGroup -Force
Remove-AzResourceGroup -Name myResourceGroup -Force