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:
Summary:
The documentation page lists quickstart articles for Azure portal, PowerShell, and Azure CLI in that order. PowerShell (a Windows-centric tool) is mentioned before Azure CLI, which is cross-platform and more commonly used on Linux. However, the page does provide an Azure CLI quickstart, and there are no exclusive Windows-only tools or examples. There are no explicit PowerShell-heavy sections, nor are Linux examples missing entirely.
Recommendations:
- List Azure CLI before PowerShell in the quickstart table, as CLI is cross-platform and more accessible to Linux users.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows to reassure non-Windows users.
- If possible, add Bash or shell script examples alongside PowerShell where relevant.
- Ensure that any referenced quickstart or tutorial articles also provide parity between PowerShell and CLI/Bash examples.
Create pull request