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:
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.
Create pull request