Detected Bias Types
Windows First
Powershell Heavy
🔧
Windows Tools
Summary
The documentation provides examples for creating IoT Central applications using the Azure portal (GUI), Azure CLI, and Azure PowerShell. The PowerShell section is given equal prominence as the CLI, and there is no mention of Linux-specific tools or shell environments (e.g., Bash). The CLI examples use Azure CLI, which is cross-platform, but there is no explicit guidance or examples for Linux users (such as shell-specific notes, package manager installation, or troubleshooting). The PowerShell examples and terminology are Windows-centric, and there is no mention of Linux alternatives or parity for PowerShell usage. The GUI screenshots and instructions are based on the Azure portal, which is platform-agnostic, but the command-line sections implicitly assume Windows environments.
Recommendations
- Add explicit instructions for installing and using Azure CLI on Linux, including package manager commands (e.g., apt, yum).
- Clarify that Azure CLI commands work on Linux, macOS, and Windows, and provide troubleshooting tips for Linux users.
- If PowerShell is mentioned, note that PowerShell Core is available on Linux and macOS, and provide installation instructions for those platforms.
- Consider adding Bash script examples or referencing shell environments commonly used on Linux.
- Review screenshots and terminology to ensure they do not assume a Windows environment (e.g., avoid referencing Windows-specific paths or UI elements).