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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by providing only PowerShell commands for package installation, referencing Windows-specific tools and patterns (such as PowerShell client GUID and Windows-style prompts), and lacking equivalent Linux or cross-platform examples for setup and management. The only shell command example for HBase uses Windows batch syntax, and there are no Bash or Linux-native instructions for any step, despite HDInsight's strong Linux support.
Recommendations:
- Provide equivalent Bash/Linux shell commands for installing .NET SDK packages (e.g., using dotnet CLI or NuGet on Linux).
- Include Linux/macOS authentication and setup instructions, clarifying any differences in environment variables or authentication flows.
- Replace or supplement Windows batch commands (e.g., HBase shell example) with Bash equivalents.
- Clarify that the .NET SDK and all code samples are cross-platform, and explicitly mention how to run them on Linux/macOS.
- Avoid referencing Windows-specific tools (such as PowerShell client GUID) without Linux alternatives or explanations.
- Where possible, use platform-neutral language and examples, or provide side-by-side instructions for both Windows and Linux users.
Create pull request