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
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation exclusively provides examples using armclient with PowerShell syntax and Azure PowerShell code blocks. There are no examples or instructions for Linux or cross-platform CLI tools (such as Azure CLI or curl), nor is there mention of how to perform these tasks on non-Windows systems. The use of PowerShell and armclient (which is most commonly used on Windows) is presented as the default and only method, indicating a Windows-first and PowerShell-heavy bias.
Recommendations:
- Provide equivalent examples using Azure CLI (az) commands, which are cross-platform and commonly used on Linux and macOS.
- Include REST API call examples using curl or httpie, which are standard tools on Linux.
- Use generic code blocks (e.g., ```bash or ```sh) for REST API examples, not just ```azurepowershell-interactive.
- Explicitly mention that the operations can be performed from any OS, and clarify any tool prerequisites for Linux/macOS users.
- If armclient is required, provide installation and usage instructions for Linux/macOS, or suggest alternatives.
Create pull request