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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation lists both Azure CLI and PowerShell as supported CLI tools, but PowerShell (a Windows-centric tool) is given equal prominence to Azure CLI, with no mention of Bash, Linux shell, or cross-platform scripting examples. There are no explicit Linux examples or references to Linux-native tools, and the documentation does not clarify that Azure CLI is cross-platform or provide Linux-specific guidance.
Recommendations:
- Explicitly state that Azure CLI is cross-platform and works on Linux, macOS, and Windows.
- Provide example commands for both Azure CLI (in Bash/shell) and PowerShell, making it clear which is suitable for Linux users.
- Add a section or note for Linux users, including installation instructions or links for Azure CLI on Linux.
- If possible, include references to automation or scripting approaches common on Linux (e.g., Bash scripts, cron jobs) alongside PowerShell.
- Reorder the CLI tools table to list Azure CLI first, emphasizing its cross-platform nature.
Create pull request