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 provides both Azure CLI and PowerShell examples for deploying Bicep files, but PowerShell is always presented after Azure CLI, and there is no explicit mention of Linux or Bash scripting. The PowerShell examples use Windows-specific syntax (backticks for line continuation), and there are no Linux/Bash-specific notes or troubleshooting tips. There is also no mention of running Azure CLI commands in Bash or Linux environments, nor are there any screenshots or references to Linux shells.
Recommendations:
- Add explicit Bash/Linux shell examples alongside Azure CLI commands, including line continuations with backslashes and any relevant environment notes.
- Clarify that Azure CLI commands work cross-platform and can be run in Bash, Cloud Shell, or Windows Command Prompt, with examples for each where syntax differs.
- Include troubleshooting notes or tips for common Linux/Bash issues (such as file path differences or permission issues).
- Consider providing a table or section summarizing command usage across Windows (PowerShell, CMD) and Linux (Bash) environments.
- Avoid using only PowerShell-specific syntax (like backticks) without also showing the Bash equivalent.
Create pull request