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
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation demonstrates a strong Windows bias. All configuration steps, compatibility notes, and troubleshooting instructions are written exclusively for Windows environments. Only Windows-specific tools, settings, and images (such as 'Windows Security', 'Turn Windows features on or off', and 'Visual Studio for Dev Box' images) are mentioned. There are no references to Linux-based dev boxes, nor examples or instructions for enabling hibernation on Linux images. The Azure CLI examples all use '--os-type windows', and there is no discussion of Linux compatibility or equivalent settings.
Recommendations:
  • Explicitly state whether hibernation is supported for Linux-based dev boxes. If not supported, clarify this early in the documentation.
  • If Linux support exists, provide parallel instructions and examples for Linux images, including any required settings or compatibility considerations.
  • Include troubleshooting steps relevant to Linux environments, or link to Linux-specific resources if available.
  • When referencing tools or settings (such as enabling nested virtualization), provide Linux equivalents or note their absence.
  • Avoid assuming all users are working with Windows; mention Linux options or limitations where appropriate.
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

az sig image-definition create --resource-group <resourceGroupName> --gallery-name <galleryName> --gallery-image-definition <imageName> --location <location> --publisher <publisherName> --offer <offerName> --sku <skuName> --os-type windows --os-state Generalized --features "IsHibernateSupported=true SecurityType=TrustedLaunch" --hyper-v-generation V2
az sig image-definition create --resource-group <resourceGroupName> --gallery-name <galleryName> --gallery-image-definition <imageName> --location <location> --publisher <publisherName> --offer <offerName> --sku <skuName> --os-type windows --os-state Generalized --features "IsHibernateSupported=true SecurityType=TrustedLaunch" --hyper-v-generation V2