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 demonstrates a strong Windows bias by providing only Azure PowerShell examples for command-line operations, with no equivalent examples for Azure CLI (which is cross-platform and commonly used on Linux/macOS). All scripting and automation guidance is centered on PowerShell, and references to obtaining region codes or deploying resources are given exclusively with PowerShell commands. There is no mention of Bash, Linux shell, or Azure CLI alternatives, and the structure consistently presents PowerShell before or instead of any cross-platform tooling.
Recommendations:
  • Add Azure CLI examples alongside PowerShell for all command-line operations, including exporting, modifying, and deploying Resource Manager templates, as well as deleting resources.
  • Explicitly mention that AzCopy is cross-platform and provide example commands for both Windows and Linux/macOS shells.
  • Where PowerShell is referenced, provide equivalent Bash or shell script snippets for Linux users.
  • Instruct users on how to install and use Azure CLI on Linux/macOS, and link to relevant documentation.
  • Ensure that any references to tools or commands (such as obtaining region codes) include both PowerShell and Azure CLI methods.
  • Consider reordering sections or using tabs to present PowerShell and Azure CLI equally, rather than defaulting to PowerShell.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased

Flagged Code Snippets

--- ## Redeploy Deploy the template to create a new storage account in the target region. ### [Portal](#tab/azure-portal) 1. Save the **template.json** file. 1. Enter or select the property values: - **Subscription**: Select an Azure subscription. - **Resource group**: Select **Create new** and give the resource group a name. - **Location**: Select an Azure location. 1. Select **I agree to the terms and conditions stated above**, and then select **Select Purchase**. ### [PowerShell](#tab/azure-powershell) 1. Obtain the subscription ID where you want to deploy the target public IP with [Get-AzSubscription](/powershell/module/az.accounts/get-azsubscription):