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. All scripting and automation examples use Azure PowerShell, with no mention of Bash, Azure CLI, or Linux scripting alternatives. The sample configuration references only Windows images (e.g., Win2012R2, Win2016), and there are no examples or guidance for Linux VM image creation or distribution. The documentation assumes familiarity with Windows-centric tools and workflows, omitting Linux equivalents.
Recommendations:
  • Provide parallel examples using Azure CLI and Bash scripts for saving and distributing images, alongside PowerShell.
  • Include Linux VM image examples in the labs.json configuration and discuss any differences in generalizing Linux VMs (e.g., using waagent for deprovisioning).
  • Mention and illustrate how to add Azure CLI tasks in Azure DevOps build definitions, not just Azure PowerShell.
  • Balance the documentation by referencing both Windows and Linux workflows, tools, and image types throughout.
  • Add a section or callout for Linux users, highlighting any special considerations or steps.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-29 00:01 #95 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets

{ "Labs": [ { "SubscriptionId": "<subscription ID that contains the lab>", "LabName": "<Name of the DevTest Lab>", "ImagePaths": [ "Win2012R2", "Win2016/Datacenter.json" ] }, { "SubscriptionId": "<subscription ID that contains the lab>", "LabName": "<Name of the DevTest Lab>", "ImagePaths": [ "Win2016/Datacenter.json" ] } ] }