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:
⚠️ missing_linux_example
Summary:
The documentation is focused exclusively on .NET/C# SDK usage and does not provide any OS-specific command-line examples or instructions. However, it implicitly assumes a cross-platform environment by referencing the .NET Core SDK 'for your operating system' and avoids explicit Windows-only tools or PowerShell commands. There are no CLI, shell, or scripting examples for Linux or macOS users, nor are there any references to Linux-specific workflows or tools.
Recommendations:
  • Add explicit instructions or examples for setting environment variables on both Windows (e.g., setx) and Linux/macOS (e.g., export in bash).
  • Include Azure CLI examples for common tasks (e.g., retrieving subscription ID, creating resource groups) alongside SDK code.
  • Mention how to authenticate using the Azure CLI on Linux/macOS, and clarify that the .NET SDK and authentication methods work cross-platform.
  • If referencing the Azure portal, clarify that it is web-based and OS-agnostic.
  • Consider providing bash/zsh shell snippets where relevant, especially for environment setup and scripting.
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