Bias Analysis
Detected Bias Types
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias by referencing Windows-specific tools (e.g., Windows Notepad) as the default for storing configuration values, and by exclusively using Azure Portal GUI instructions without mentioning command-line alternatives (such as Azure CLI or PowerShell for Windows, Bash for Linux). There are no examples or guidance for Linux users, nor are cross-platform tools or workflows discussed.
Recommendations
- Replace references to Windows-only tools (e.g., Notepad) with cross-platform alternatives (e.g., 'a text editor of your choice, such as Notepad, nano, or vim').
- Provide command-line instructions using Azure CLI, which works on both Windows and Linux, alongside GUI steps.
- Explicitly mention that the steps can be performed on any OS and highlight platform-agnostic tools.
- Include screenshots or examples for Linux environments where relevant.
- Add a note or section for Linux/macOS users to clarify any differences in workflow or tool usage.
Create Pull Request