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 is heavily focused on PowerShell, with all deployment instructions and code samples provided exclusively in Azure PowerShell. There are no examples or guidance for Bash, Azure CLI, or Linux-native workflows within the main content, and the only mention of Azure CLI is a brief link in a list of alternative methods. Additionally, the VM creation quickstart links prioritize Windows VM creation articles, with no direct reference to Linux VM creation guides.
Recommendations:
  • Add parallel Azure CLI (bash) examples for each PowerShell deployment step, either inline or in clearly marked tabs.
  • Include explicit references and links to Linux VM creation quickstarts alongside the Windows VM quickstart links.
  • Ensure that any prerequisites or setup instructions are platform-agnostic or provide both Windows and Linux alternatives.
  • Consider restructuring the article or adding tabs to allow users to choose their preferred platform (PowerShell or CLI) from the start.
  • Review terminology to avoid implying PowerShell is the default or only supported method for Linux users.
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

1. Create a new Azure Bastion resource in the AzureBastionSubnet using the [New-AzBastion](/powershell/module/az.network/new-azbastion) command. The following example uses the **Basic SKU**. However, you can also deploy Bastion using a different SKU by changing the -Sku value. The SKU you select determines the Bastion features and connect to VMs using more connection types. For more information, see [Bastion SKUs](configuration-settings.md#skus).