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
⚠️
windows_first
Summary:
The documentation provides both Azure CLI and PowerShell examples for all operations, with PowerShell being a Windows-centric tool. PowerShell examples are given equal prominence to Azure CLI, and there is no mention of Linux-specific shell usage or considerations. The introductory comments for both CLI and PowerShell reference login commands (az login and Connect-AzAccount), but there is no explicit guidance for Linux users or mention of shell environments (e.g., Bash). The REST API examples are platform-neutral, but the overall pattern leans toward Windows tooling.
Recommendations:
- Clarify that Azure CLI is fully cross-platform and can be used on Linux, macOS, and Windows.
- Add example shell commands using Bash (e.g., with environment variables, jq for JSON parsing) to demonstrate Linux-native usage.
- Explicitly mention that PowerShell Core is available on Linux and macOS, or clarify if the examples are intended for Windows PowerShell.
- Consider listing Azure CLI examples before PowerShell, as CLI is more commonly used in Linux environments.
- Add a note or section about using these commands in Linux environments, including any prerequisites or differences.
- Where relevant, provide troubleshooting or environment setup tips for Linux users.
Create pull request