About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation exclusively provides a Windows PowerShell example (New-AzResourceGroup) for creating a resource group, without mentioning or demonstrating equivalent commands for Linux users (e.g., Azure CLI with Bash). This prioritizes Windows tooling and omits Linux-native approaches.
Recommendations:
- Include Azure CLI (az group create) examples alongside PowerShell, preferably before or alongside the PowerShell example.
- Explicitly mention that the operation can be performed on Linux, macOS, and Windows, and provide platform-agnostic instructions.
- Balance the documentation by showing both PowerShell and Bash (or shell-agnostic) command examples.
- Link to both PowerShell and Azure CLI documentation for creating resource groups.
Create pull request