Detected Bias Types
⚠️
powershell_heavy
⚠️
windows_first
⚠️
windows_tools
Summary
The documentation provides three main approaches: Azure portal, Azure PowerShell, and Azure CLI. The PowerShell section is detailed and references Windows tools and patterns (e.g., PowerShell cmdlets, local installation instructions), and PowerShell is traditionally a Windows-centric tool, though it is cross-platform now. The PowerShell instructions and references (such as module installation/upgrades) mention Windows first, and the overall structure places PowerShell before CLI, which is more native to Linux/macOS users. However, the CLI instructions are present and complete, and PowerShell cross-platform support is acknowledged.
Recommendations
- Make clear that Azure PowerShell is available on Linux/macOS and provide equal emphasis on installation/upgrade instructions for all platforms.
- Consider listing Azure CLI instructions before PowerShell, as CLI is more commonly used on Linux/macOS.
- Explicitly mention that all steps can be performed on Linux/macOS and provide links to platform-specific instructions where relevant.
- Ensure that examples and instructions do not assume a Windows environment (e.g., file paths, shell usage).