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
⚠️
missing_linux_example
Summary:
The documentation implicitly assumes a Windows environment by instructing users to 'open a command prompt' without mentioning Linux or macOS terminals. No Linux-specific instructions or examples are provided, and there is no mention of platform differences in using adb or setting environment variables.
Recommendations:
- Explicitly mention that the instructions apply to Windows, and add equivalent instructions for Linux (and optionally macOS), such as 'open a terminal' instead of 'open a command prompt'.
- Provide example adb commands for Linux, and note any differences in path handling or permissions.
- Include instructions for setting environment variables on Linux (e.g., editing .bashrc or .profile) as well as Windows.
- Use cross-platform language (e.g., 'terminal or command prompt') and clarify any OS-specific steps.
Create pull request