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 provides only .NET (C#) code examples and does not reference or demonstrate any platform-specific tools, scripts, or command-line environments (such as PowerShell, Windows CMD, Bash, or Linux utilities). However, there is an implicit bias in that the documentation does not mention or provide parity for Linux or cross-platform command-line usage (e.g., Bash scripts, Azure CLI examples), focusing exclusively on .NET code without addressing how to perform these tasks outside of .NET or on non-Windows platforms.
Recommendations:
- Add examples using Azure CLI and/or Azure PowerShell to demonstrate how to create a service SAS from the command line, which is relevant for both Windows and Linux users.
- Explicitly mention that the .NET SDK and code samples are cross-platform and can be used on Linux, macOS, and Windows, to avoid the impression of Windows-only applicability.
- Provide links or references to equivalent documentation for other languages or tools (such as Python, Java, Azure CLI) that are commonly used on Linux.
- Consider including a section or note on how to run the .NET code samples on Linux (e.g., using .NET Core/SDK on Ubuntu or other distributions).
Create pull request