Detected Bias Types
Windows First
Powershell Heavy
Missing Linux Example
Summary
The documentation provides both bash and PowerShell syntax for Azure CLI commands, but PowerShell examples are consistently shown after bash, and some command blocks are labeled 'PowerShell syntax' rather than 'Linux/macOS'. There are no explicit Linux/macOS-specific instructions, and tooling references (Visual Studio Code, Azure CLI, Azure Developer CLI) are cross-platform but the portal screenshots and instructions are Windows-centric. There is no mention of Linux-specific editors, shell environments, or troubleshooting for non-Windows platforms.
Recommendations
- Clearly indicate that both bash and PowerShell examples work on Linux, macOS, and Windows, and avoid labeling PowerShell as the only alternative to bash.
- Add explicit Linux/macOS instructions or troubleshooting notes where platform differences may occur (e.g., file paths, environment setup).
- Include screenshots or references for Linux/macOS users (e.g., using VS Code on Ubuntu, Azure CLI in a Linux terminal).
- Where possible, provide parity in examples, such as showing how to run the function app locally on Linux/macOS.
- Avoid assuming the Azure portal is accessed from Windows; clarify that it is web-based and platform-agnostic.