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 Windows bias by linking exclusively to the Windows installation instructions for Azure CLI, using the 'azurepowershell-interactive' code block type for all command examples, and omitting any explicit mention or examples for Linux or macOS users. There are no Linux-specific instructions or clarifications, and the documentation implicitly assumes a Windows/PowerShell environment.
Recommendations:
- Provide links to Azure CLI installation instructions for all supported platforms (Windows, Linux, macOS), or use a platform-agnostic link.
- Use generic 'bash' or 'shell' code block types for CLI commands, or provide both PowerShell and Bash examples where appropriate.
- Explicitly state that the 'az' CLI commands work cross-platform and clarify any differences in usage or prerequisites for Linux/macOS users.
- Include notes or callouts for Linux/macOS users regarding authentication, environment setup, or command-line differences if any exist.
Create pull request