Detected Bias Types
Windows First
Powershell Heavy
🔧
Windows Tools
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for deployment, resource review, and cleanup. However, PowerShell examples are given equal prominence to CLI, and PowerShell is a Windows-centric tool. There is no mention of Bash, Linux shell, or macOS-specific considerations. The ARM template deployment section prioritizes the Azure Portal (a graphical interface, often used on Windows) and links to PowerShell deployment documentation before CLI. There are no explicit Linux/macOS examples or notes about cross-platform usage, and PowerShell is referenced throughout without clarifying its cross-platform availability.
Recommendations
- Explicitly mention that Azure CLI works natively on Linux and macOS, and provide Bash shell examples where appropriate.
- Clarify that Azure PowerShell is available cross-platform, but CLI is often preferred on Linux/macOS.
- In the ARM deployment section, link to CLI deployment documentation before PowerShell, or provide both links equally.
- Add notes or sections highlighting any OS-specific considerations, such as file path formats or authentication differences.
- Consider including screenshots or instructions for Linux/macOS users where UI or tool differences exist.