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
Summary:
The documentation page demonstrates a strong Windows bias by exclusively providing Azure PowerShell examples for all deployment, verification, and cleanup steps. There are no equivalent Azure CLI (cross-platform) or Bash examples, and PowerShell is presented as the default and only scripting environment. While a link to Azure CLI deployment is provided, no direct CLI or Linux-native instructions are included in the main flow.
Recommendations:
  • Add Azure CLI examples alongside PowerShell for all steps (deployment, verification, cleanup) to ensure parity for Linux and macOS users.
  • Present both PowerShell and CLI examples in parallel or allow users to select their preferred environment.
  • Explicitly mention that Azure Cloud Shell supports both Bash (with Azure CLI) and PowerShell, and provide guidance for both.
  • Avoid language that assumes PowerShell as the default or only shell; instead, use neutral phrasing and highlight cross-platform options.
  • Consider including Bash script snippets for users who prefer scripting in Bash with Azure CLI.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

The resource group name is the service bus namespace name with **rg** appended. 2. Select **Copy** to copy the PowerShell script. 3. Right-click the shell console, and then select **Paste**. It takes a few moments to create an event hub. ## Verify the deployment To see the deployed service bus namespace, you can either open the resource group from the Azure portal, or use the following Azure PowerShell script. If the Cloud shell is still open, you don't need to copy/run the first and second lines of the following script.
Azure PowerShell is used to deploy the template in this tutorial. For other template deployment methods, see: * [By using the Azure portal](../azure-resource-manager/templates/deploy-portal.md). * [By using Azure CLI](../azure-resource-manager/templates/deploy-cli.md). * [By using REST API](../azure-resource-manager/templates/deploy-rest.md). ## Clean up resources When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group. If the Cloud shell is still open, you don't need to copy/run the first and second lines of the following script.