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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by prominently featuring PowerShell as a primary automation tool, listing it before REST API and omitting Linux-native alternatives (such as Azure CLI or Bash scripting). There are no Linux-specific examples or references to cross-platform tooling, and the quickstart and creation sections prioritize Windows-centric tools and workflows.
Recommendations:
- Add Azure CLI examples and quickstarts alongside PowerShell, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash scripting or shell-based automation examples for dataset creation and management.
- When listing tools or SDKs, present cross-platform options (e.g., Azure CLI, REST API) before or alongside Windows-specific tools like PowerShell.
- Explicitly mention that all features are available on Linux and macOS, and provide links to relevant Linux documentation.
- Ensure screenshots and UI walkthroughs do not assume a Windows environment (e.g., avoid Windows-only UI elements or terminology).
Create pull request