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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation exclusively demonstrates the use of Azure PowerShell for deployment scripts (kind: 'AzurePowerShell', azPowerShellVersion, scriptContent: 'Write-Host ...'), with no mention or example of Bash or Linux scripting. The script content and deploymentScript kind are both Windows/PowerShell-centric, and there is no guidance for users who may prefer or require Linux-based (Bash) deployment scripts.
Recommendations:
- Provide an equivalent example using 'AzureCLI' (Bash) as the deployment script kind, including sample Bash script content.
- Explicitly mention that both PowerShell and Bash (AzureCLI) are supported for deployment scripts, and link to documentation for both.
- Show both PowerShell and Bash scriptContent examples side-by-side, or allow the user to select their preferred scripting language.
- Clarify any differences in prerequisites or behavior between PowerShell and Bash deployment scripts in this scenario.
Create pull request