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_first
Summary:
The documentation presents PowerShell examples before Azure CLI, and the PowerShell tab is more detailed and prominent. There is no explicit mention of Linux or cross-platform considerations, and the use of PowerShell as the first and primary example may signal a Windows-centric approach. However, Azure CLI (which is cross-platform) is also covered, and no Windows-only tools or patterns are exclusively required.
Recommendations:
- Alternate the order of PowerShell and Azure CLI examples, or present Azure CLI first to reflect its cross-platform nature.
- Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS.
- Add a note clarifying that PowerShell Core is available cross-platform, if relevant, or recommend Azure CLI for Linux/macOS users.
- Ensure parity in detail and explanation between PowerShell and Azure CLI sections.
- Consider adding Bash shell examples or clarifying that Azure CLI commands can be run in Bash on Linux/macOS.
Create pull request