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
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates a Windows bias by providing PowerShell as the only command-line example for device reset, with no mention of Linux or cross-platform CLI alternatives. The instructions reference PowerShell and the local web UI, but do not provide equivalent steps for Linux users or mention Azure CLI/REST API options. This may hinder users operating from non-Windows environments.
Recommendations:
- Add Linux-specific instructions for device reset, such as using Azure CLI or REST API, if available.
- Explicitly mention whether the PowerShell instructions can be run on PowerShell Core (cross-platform) or are Windows-only.
- Provide command-line examples for both Windows (PowerShell) and Linux (Bash/Azure CLI) where applicable.
- Clarify if the local web UI is accessible from any OS/browser, and highlight this as a cross-platform option.
- Review all references to tools and ensure Linux equivalents are mentioned or linked where possible.
Create pull request