Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing PowerShell and Azure CLI together, but mentioning PowerShell first and providing a direct link to the Set-AzContext PowerShell cmdlet. There are no examples or instructions for Linux-specific shell usage (e.g., Bash), nor are there references to Linux-native tools or patterns. The guidance for changing subscriptions and context is Windows/PowerShell-centric, and no Linux terminal screenshots or commands are provided. All portal instructions are platform-neutral, but command-line guidance is Windows-first.
Recommendations
- Provide Bash-specific examples for Azure CLI commands, including context switching and resource management.
- Mention Linux and macOS platforms explicitly when discussing Azure CLI usage, and clarify any differences in command syntax or environment setup.
- Add screenshots or terminal output examples from Linux shells to balance the visual representation.
- Ensure that references to PowerShell and Azure CLI are presented in a platform-neutral order, or alternate which is listed first.
- Include troubleshooting steps or notes relevant to Linux users, such as environment variables, shell profiles, or authentication differences.
Create Pull Request