Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation consistently presents Azure Portal (web UI) and Azure CLI examples, but does not provide any Linux- or macOS-specific guidance or examples. All command-line instructions use Azure CLI, which is cross-platform, but there are no mentions of Linux shell environments, nor are there any examples or notes for Linux users. The documentation implicitly assumes a Windows-centric workflow by referencing the Azure Portal UI and not acknowledging Linux-specific considerations.
Recommendations
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide example shell prompts for Linux/macOS (e.g., $ instead of >).
- Include notes or sections for Linux users, especially regarding prerequisites such as installing Azure CLI on Linux, or using bash/zsh.
- If screenshots are provided, consider including at least one from a Linux environment (e.g., Azure Cloud Shell in a browser, or a terminal window on Linux).
- Mention that the Azure Portal is web-based and platform-agnostic, to clarify that it is not Windows-specific.
- If there are any platform-specific caveats (such as file path formats, authentication methods, or dependencies), call them out for Linux users.
Create Pull Request