Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides a critical resource registration example only in PowerShell, with no equivalent Azure CLI or Bash example. PowerShell is primarily a Windows tool, and presenting it as the sole automation method creates friction for Linux/macOS users. Additionally, PowerShell is mentioned before other cross-platform tools in the workspace creation section.
Recommendations
- Add Azure CLI and/or Bash examples for registering the Microsoft.Insights resource provider, alongside the PowerShell example.
- Explicitly mention that PowerShell Core is available cross-platform, or link to documentation on using PowerShell on Linux/macOS if PowerShell must be used.
- When listing automation options (Azure portal, PowerShell, Azure CLI, Bicep, ARM templates), rotate the order or clarify cross-platform support to avoid Windows-first perception.
Create Pull Request