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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by providing PowerShell-based deployment examples and scripts, mentioning PowerShell before or in addition to Azure CLI, and omitting explicit Linux/bash shell examples for ARM template deployment. The CLI example is present, but the only script-based ARM deployment example is in PowerShell, which is Windows-centric. There are no bash or cross-platform shell script examples for Linux/macOS users.
Recommendations:
- Add bash (Linux/macOS) examples for deploying ARM templates using Azure CLI (e.g., az deployment group create) alongside the PowerShell example.
- When presenting script-based workflows, provide both PowerShell and bash/CLI equivalents, and avoid presenting PowerShell exclusively or first.
- Explicitly mention that Azure CLI commands are cross-platform and runnable on Windows, Linux, and macOS.
- Where possible, use neutral language and ordering (e.g., 'Using Azure CLI and PowerShell') or group examples by platform.
- Consider including a table or section summarizing all supported methods (Portal, PowerShell, CLI, ARM Template via CLI/PowerShell) with links to platform-specific instructions.
Create pull request