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
⚠️ windows_tools
Summary:
The documentation demonstrates a Windows bias by referencing Windows virtual machines first and exclusively in the prerequisites, and by linking only to the Windows VM creation quickstart. There is no mention or example of deploying or managing Linux-based NVAs, nor are Linux-specific resources or patterns referenced. While the command-line examples use Azure CLI (which is cross-platform) and PowerShell (which is available on both Windows and Linux), the overall framing and examples prioritize Windows environments.
Recommendations:
  • Add a link to the 'Quickstart: Create a Linux virtual machine in the Azure portal' alongside the Windows VM quickstart in the prerequisites.
  • Explicitly mention that NVAs can be Linux-based and provide guidance or examples for Linux VM scenarios.
  • Ensure that references to VM creation, management, and tagging are not Windows-specific, and clarify that the steps apply equally to Linux and Windows NVAs.
  • Where possible, provide parity in documentation for both Windows and Linux environments, including troubleshooting or validation steps that may differ between OS types.
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

--- ### Add Tag to your Virtual Machine Scale Sets Here we add the tag to the virtual machine scale set instance. # [Portal](#tab/vmss-portal) 1. Sign in to the [Azure portal](https://portal.azure.com). 1. In the search bar at the top, search and select **virtual machine scale sets**. 1. From the list of scale sets, select your virtual machine scale set. 1. In the left navigation pane under **Overview**, select **Tags**. 1. Add a new tag with the following details: | Field | Value | |-------|-------| | Name | `disableSnatOnPL` | | Value | `true` | 1. Select **Apply** to save the tag. 1. Select the **Overview** section, then select **Refresh** to see the updated tags. > [!NOTE] > The tag is case-sensitive. Ensure you enter it exactly as shown. # [PowerShell](#tab/vmss-powershell) * Use the following PowerShell command to add the tag to your virtual machine scale set: