Bias Analysis
Detected Bias Types
windows_first
windows_tools
missing_linux_example
Summary
The documentation page demonstrates Windows bias by referencing Windows-specific tools (e.g., Notepad) and omitting Linux equivalents. All instructions assume use of the Azure Portal web UI, which is platform-neutral, but the only explicit tool mentioned for storing IDs is Windows Notepad. There are no examples or suggestions for Linux users (such as using gedit, nano, or command-line storage). No PowerShell commands are present, but there is a general lack of Linux parity in tool recommendations and examples.
Recommendations
- When suggesting tools for storing IDs, mention both Windows (Notepad) and Linux (gedit, nano, or simply using the terminal).
- Include examples of how to retrieve and store application and tenant IDs using the Azure CLI, which is cross-platform.
- Explicitly state that all steps can be performed from any OS with a web browser, and offer alternative instructions for Linux users where appropriate.
- Avoid referencing Windows-specific tools exclusively; provide parity for Linux and macOS users.
Create Pull Request