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
Summary:
The documentation page references deploying global parameters via a PowerShell script as the only example of scripting automation for CI/CD. No equivalent Bash, Azure CLI, or cross-platform scripting examples are provided. The documentation implicitly assumes the use of Windows tooling for automation, omitting Linux-native or cross-platform alternatives.
Recommendations:
- Provide equivalent examples using Azure CLI or Bash scripts for deploying global parameters, ensuring Linux and macOS users have clear guidance.
- Explicitly mention that PowerShell Core is cross-platform if PowerShell scripting is retained, and provide instructions for both Windows PowerShell and PowerShell Core.
- Wherever PowerShell is referenced, add a parallel example using Azure CLI, which is natively cross-platform.
- Audit for any UI screenshots or instructions that are Windows-specific and clarify if the experience is identical on other operating systems.
Create pull request