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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation exhibits a Windows bias by referencing Windows-specific technologies (e.g., Hyper-V VHD format), linking to Windows documentation, and providing examples and migration guidance that assume a Windows or .NET development environment. There are no Linux-specific examples, tools, or migration patterns mentioned, and the only code samples are in C# using the .NET Storage Client Library, which is most commonly associated with Windows development.
Recommendations:
- Provide equivalent Linux-focused examples, such as using Azure CLI, Python SDK, or REST API with curl.
- Include references to Linux disk formats (e.g., VHDX, raw) and migration scenarios from Linux-based on-premises environments.
- Balance references to Windows tools (like Hyper-V) with Linux virtualization solutions (e.g., KVM, QEMU).
- Add sample scripts and code snippets in languages and tools commonly used on Linux (e.g., Bash, Python, Azure CLI).
- Link to Linux-specific documentation for migration, backup, and restore processes.
Create pull request