Sad Tux - Windows bias detected
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

Detected Bias Types
windows_first
windows_tools
Summary
The documentation page for ARM template string functions is generally platform-neutral in its function descriptions and examples, which are all shown in JSON ARM template syntax. However, the 'Next steps' section explicitly recommends deploying templates with Azure PowerShell, a Windows-centric tool, and does not mention Linux-friendly alternatives such as Azure CLI or Bash. Additionally, references to .NET APIs (e.g., System.String.Format, Guid structure) may implicitly favor Windows/.NET environments, although these are relevant to ARM's implementation. There are no Linux-specific examples or deployment instructions, and the only deployment guidance links to PowerShell documentation.
Recommendations
  • In the 'Next steps' section, add links and instructions for deploying ARM templates using Azure CLI and Bash, which are cross-platform and widely used on Linux.
  • Where .NET APIs are referenced for formatting or GUID generation, clarify that these are implementation details and provide equivalent examples or notes for Linux users (e.g., how formatting works in ARM regardless of host OS).
  • Ensure that any future examples or tooling recommendations include both Windows (PowerShell) and Linux (CLI/Bash) options, or present CLI/Bash first to avoid implicit Windows-first bias.
  • Consider adding a tip or note at the top of the page stating that ARM templates and Bicep are fully supported on Linux, macOS, and Windows, and that deployment can be performed using Azure CLI, PowerShell, or REST API.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-12 00:00 #243 cancelled Biased Biased
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-11 00:00 #108 completed Clean Clean
2025-08-11 00:00 #77 completed Clean Clean
2025-08-10 00:00 #76 completed Clean Clean
2025-08-09 00:00 #75 completed Clean Clean
2025-08-08 00:00 #74 completed Clean Clean
2025-08-07 00:00 #73 completed Clean Clean
2025-08-06 00:00 #72 completed Clean Clean
2025-08-05 00:00 #71 completed Clean Clean
2025-08-04 00:00 #70 cancelled Clean Clean
2025-08-03 00:00 #69 completed Clean Clean
2025-08-02 00:00 #68 cancelled Clean Clean
2025-08-01 00:00 #67 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean

Flagged Code Snippets