Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation page demonstrates a Windows/PowerShell bias by providing detailed PowerShell instructions and examples, while omitting equivalent Azure CLI (cross-platform) or Bash examples. The PowerShell approach is presented as the only scripting alternative to the Azure Portal, and there are no explicit Linux or macOS command-line instructions. References to obtaining region codes and resource management are given only in PowerShell, not in Azure CLI. This may disadvantage users on Linux or macOS, or those who prefer cross-platform tools.
Recommendations
- Add Azure CLI examples alongside PowerShell for all operations, including exporting and deploying templates, obtaining region codes, and managing resources.
- Include Bash shell snippets where appropriate, especially for file operations or scripting steps.
- When listing options for configuring resources (such as service endpoints), mention Azure CLI before or alongside PowerShell, to avoid 'windows_first' ordering.
- Explicitly state that all steps can be performed on Linux/macOS using Azure CLI, and provide links to relevant CLI documentation.
- Consider adding a tabbed interface for 'Azure CLI', 'PowerShell', and 'Portal' to ensure parity and clarity for all platforms.
Create Pull Request