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 demonstrates a Windows bias by referencing and providing examples for Windows-specific tools and workflows, such as the use of PowerShell scripts (Conversion.ps1) and deployment instructions tailored for HoloLens (a Windows-based device). There are no equivalent instructions or examples for Linux or macOS users, such as using Bash scripts or cross-platform command-line tools. The documentation assumes a Windows development environment throughout, with no mention of how to perform key steps (like model conversion or deployment) on non-Windows platforms.
Recommendations:
- Provide Linux/macOS equivalents for all PowerShell scripts, such as Bash scripts or cross-platform CLI commands.
- Include explicit instructions or notes for performing model conversion and deployment steps on Linux and macOS.
- When referencing scripts (e.g., Conversion.ps1), mention and link to cross-platform alternatives if available, or provide guidance for running them with PowerShell Core on non-Windows systems.
- Ensure that any tooling or workflow described (such as file paths, build steps, or deployment) is either cross-platform or that platform-specific differences are clearly documented.
- Add a section or callouts for non-Windows users, highlighting any prerequisites, limitations, or workarounds needed to achieve parity.
Create pull request