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 references both Azure CLI and Azure PowerShell for deploying Bicep files, but lists Azure PowerShell (a Windows-centric tool) before Azure CLI, which is cross-platform. No Linux-specific tools or shell examples are provided, and there is an implicit prioritization of Windows tooling in the introductory guidance.
Recommendations:
- List Azure CLI before Azure PowerShell when describing deployment options, as Azure CLI is cross-platform and more inclusive for Linux users.
- Explicitly mention that both Azure CLI and Azure PowerShell are available on Windows, Linux, and macOS to avoid the perception of Windows bias.
- Provide example commands for deploying Bicep files using Azure CLI in both Windows (cmd/PowerShell) and Linux/macOS (bash) shells.
- If referencing Visual Studio Code, note that it is available on all major platforms, and consider linking to platform-specific setup guides if available.
Create pull request