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
Summary:
The documentation presents both Azure CLI and Azure PowerShell examples, but lists Azure PowerShell (a Windows-centric tool) as a primary tab alongside Azure CLI, and does not clarify cross-platform compatibility. There is no explicit mention of Linux or macOS environments, nor are there Linux-specific notes or examples. The PowerShell example may imply a Windows-first approach.
Recommendations:
- Clearly state that Azure CLI is fully cross-platform and works on Linux, macOS, and Windows.
- Add a note clarifying that Azure PowerShell is available on all platforms via PowerShell Core, or provide a Linux/macOS-specific PowerShell example if differences exist.
- Consider listing Azure CLI before PowerShell, as it is the most universally available tool.
- Explicitly mention Linux/macOS compatibility in the introductory text or in tool descriptions.
- If there are any platform-specific caveats (e.g., authentication differences), call them out in the documentation.
Create pull request