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 references deploying global parameters via a PowerShell script as the only example of scripting automation for CI/CD, without mentioning Linux-compatible alternatives (such as Azure CLI, Bash, or cross-platform scripting). This suggests a bias toward Windows tooling and omits guidance for users on Linux or macOS platforms.
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 recommending PowerShell, or clarify if only Windows PowerShell is supported.
- Add a note or section describing how to perform CI/CD tasks related to global parameters on Linux environments.
- Where possible, present cross-platform tools (e.g., Azure CLI) before or alongside Windows-specific tools like PowerShell.
Create pull request