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 exhibits a Windows bias in several ways: the Function App is created with --os-type windows by default, with no mention of Linux alternatives; there are no examples or guidance for deploying on Linux; and the use of Windows-specific terminology and defaults is present throughout. Additionally, the Azure Functions Core Tools and Azure CLI are cross-platform, but the explicit use of Windows as the default OS for the Function App and the absence of Linux parity in commands or notes is notable.
Recommendations:
  • Provide parallel examples for creating Function Apps with --os-type Linux, or at least mention Linux as an option.
  • Add notes or sections describing any differences or considerations for Linux users, especially for Function App deployment.
  • When presenting commands that specify an OS type, either default to Linux (as it is the default for Azure Functions) or show both Windows and Linux variants.
  • Ensure that any screenshots or portal instructions are not Windows-centric and clarify that the steps apply equally to Linux-based Function Apps.
  • Explicitly state that the Azure CLI and Functions Core Tools are cross-platform and provide any necessary troubleshooting or setup notes for Linux environments.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-09-15 00:00 #112 completed ✅ Clean
2025-09-14 00:00 #111 completed ✅ Clean
2025-09-13 00:00 #110 completed ✅ Clean
2025-09-12 00:00 #109 completed ✅ Clean
2025-09-11 00:00 #108 completed ✅ Clean
2025-09-10 00:00 #107 completed ✅ Clean
2025-09-09 00:00 #106 completed ✅ Clean
2025-09-08 00:00 #105 completed ✅ Clean
2025-09-07 00:00 #104 completed ✅ Clean
2025-09-06 00:00 #103 completed ✅ Clean
2025-09-05 00:00 #102 completed ✅ Clean
2025-09-04 00:00 #101 completed ✅ Clean
2025-09-03 00:00 #100 completed ✅ Clean
2025-08-29 00:01 #95 completed ✅ Clean
2025-08-22 00:01 #88 completed ✅ Clean
2025-08-20 00:01 #86 completed ✅ Clean
2025-08-19 00:01 #85 completed ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

az functionapp create \ --resource-group <resource-group-name> \ --name <function-app-name> \ --consumption-plan-location <location> \ --os-type windows \ --runtime node \ --storage-account <storage-account-name> \ --functions-version 4