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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell command-line examples for scripting and automation, with no mention or examples of Azure CLI (cross-platform) or Bash scripting. The installation and usage instructions reference only PowerShell, which is traditionally associated with Windows, and there is no guidance for Linux or macOS users. The structure also presents PowerShell before ARM templates, and there are no Linux-native tools or shell examples provided.
Recommendations:
- Add equivalent Azure CLI (az) command examples alongside PowerShell for all scripting/automation tasks.
- Include Bash shell script examples where appropriate, especially for resource creation and management.
- Explicitly mention that Azure CLI and ARM templates are cross-platform and can be used on Linux, macOS, and Windows.
- Reorder sections or provide parallel examples so that Windows and Linux users see their options equally (e.g., 'Azure CLI', 'Azure PowerShell', 'ARM template').
- Reference installation guides for Azure CLI on Linux and macOS, not just PowerShell.
- Where screenshots or UI steps are shown, clarify if there are any platform-specific differences.
Create pull request