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
⚠️ powershell_heavy
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation demonstrates a moderate Windows bias. PowerShell examples and references to Windows-specific tools (such as Visual Studio and .csproj modifications) are provided alongside Azure CLI and portal instructions, but Linux-specific instructions are less prominent or are only present in dedicated Linux pivots. In several places, PowerShell is given equal or greater prominence than Azure CLI, and some advanced configuration (like pinning via .csproj) is only described for Windows/.NET scenarios. Additionally, some instructions (such as setting linuxFxVersion) are less detailed or lack parity with Windows guidance.
Recommendations:
  • Ensure that Linux-specific instructions are as detailed and discoverable as Windows instructions, not just in pivots but in mainline content where possible.
  • Provide parity for advanced scenarios, such as pinning runtime versions, for both Windows and Linux, including equivalent examples for non-.NET stacks.
  • Avoid referencing Windows-specific tools (e.g., Visual Studio, .csproj) without offering Linux/OSS alternatives or clarifying their scope.
  • Where PowerShell is presented, ensure Bash or shell script equivalents are provided for Linux users.
  • Consider leading with cross-platform tools (Azure CLI, portal) before platform-specific tools (PowerShell, Visual Studio) to reduce perceived Windows-first bias.
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

Choose **Open Cloud Shell** in the previous code example to run the command in [Azure Cloud Shell](../cloud-shell/overview.md). You can also run the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command. When running locally, you must first run [`az login`](/cli/azure/reference-index#az-login) to sign in. ### [Azure PowerShell](#tab/azure-powershell) To check the Azure Functions runtime, use the following cmdlet:
Replace `<FUNCTION_APP>` with the name of your function app and `<RESOURCE_GROUP>` with the name of the resource group for your function app. Also, replace `<VERSION>` with the specific minor version you temporarily need to target. Choose **Open Cloud Shell** in the previous code example to run the command in [Azure Cloud Shell](../cloud-shell/overview.md). You can also run the [Azure CLI locally](/cli/azure/install-azure-cli) to execute this command. When running locally, you must first run [`az login`](/cli/azure/reference-index#az-login) to sign in. ### [Azure PowerShell](#tab/azure-powershell) Use this script to pin the Functions runtime: