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
Summary:
The documentation page demonstrates a strong bias toward Windows by exclusively providing Azure PowerShell scripts and instructions for managing Azure reservations. There are no examples or guidance for using cross-platform tools such as Azure CLI, nor are there any references to Linux or macOS environments. The use of PowerShell, which is traditionally associated with Windows (despite now being cross-platform), and the absence of Azure CLI or REST API examples, limits accessibility for Linux and macOS users.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell scripts and management tasks, as Azure CLI is widely used on Linux and macOS.
- Explicitly mention that PowerShell Core is cross-platform, and provide installation instructions for Linux/macOS if PowerShell usage is retained.
- Include REST API examples or references for advanced users who may prefer scripting without PowerShell.
- Ensure that all instructions and screenshots (if any) are applicable to users on Linux, macOS, and Windows.
- Review and update the documentation to use neutral, cross-platform language (e.g., 'command line' instead of 'PowerShell prompt').
Create pull request