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 page demonstrates a mild Windows bias by mentioning Azure PowerShell as a local option before any mention of installing or using the Azure CLI natively on Linux or macOS. While the primary example uses Azure Cloud Shell (which is cross-platform), the only explicit local tool mentioned is Azure PowerShell, with no guidance for Linux users on installing or running the Azure CLI locally. There are no Linux- or macOS-specific instructions or examples, and the documentation does not mention Linux command-line environments outside of Cloud Shell Bash.
Recommendations:
- Explicitly mention that the Azure CLI can be installed and used natively on Linux and macOS, not just via Cloud Shell.
- Provide installation instructions or a link for Azure CLI on Linux/macOS alongside the PowerShell mention.
- Avoid suggesting Azure PowerShell as the only local alternative; clarify that Bash and CLI are fully supported on all platforms.
- Include a note or section for Linux/macOS users to ensure parity and inclusivity.
- If referencing PowerShell, also mention that PowerShell Core is cross-platform, but emphasize that Bash/CLI is the primary focus for this quickstart.
Create pull request