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
Summary:
The documentation presents deployment instructions with PowerShell examples before Azure CLI, and uses PowerShell-specific syntax and variables (e.g., $templateFile) in explanations. While Azure CLI is included, there is a subtle preference for Windows/PowerShell workflows, and no explicit mention of Linux or Bash environments. The 'Verify deployment' and 'Clean up resources' sections focus on the Azure Portal, which is cross-platform, but do not provide command-line alternatives for Linux users.
Recommendations:
- Present Azure CLI (cross-platform) examples before PowerShell to avoid implicit Windows-first bias.
- Include Bash/Linux shell variable examples (e.g., templateFile=...) alongside PowerShell variable usage.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide installation links for all platforms.
- Where possible, provide command-line alternatives (e.g., az group delete) for resource cleanup, not just portal instructions.
- Use neutral variable syntax in explanations (e.g., <template-file-path>) instead of PowerShell-specific variables like $templateFile.
Create pull request