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_first
Summary:
The documentation exclusively demonstrates the use of Azure PowerShell (via 'kind: AzurePowerShell', 'azPowerShellVersion', and a PowerShell scriptContent) for deployment scripts, with no mention or example of Bash or Linux-native scripting. There are no Linux/Bash equivalents or cross-platform guidance, and the PowerShell approach is presented as the default/only method.
Recommendations:
- Provide parallel examples using 'kind: AzureCLI' and Bash scripting in the deployment script resource.
- Explicitly mention that both PowerShell and Bash are supported, and link to documentation for both.
- Show how to set 'azCliVersion' and provide a sample Bash scriptContent for Linux users.
- Consider a section comparing PowerShell and Bash usage, and when to use each.
- Ensure that any references to tooling or scripting are balanced between Windows and Linux environments.
Create pull request