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
⚠️
windows_first
Summary:
The documentation exclusively uses PowerShell scripts and tasks for deploying Azure AD B2C custom policies, with no mention of Bash, shell, or cross-platform scripting alternatives. All code samples and pipeline task instructions assume the use of PowerShell, which is traditionally associated with Windows environments, and there is no guidance for Linux or macOS users. The documentation does not address how to adapt the process for non-Windows agents or provide equivalent examples using other scripting languages or tools.
Recommendations:
- Provide equivalent Bash or shell script examples for deploying policies, suitable for Linux/macOS agents.
- Mention that PowerShell Core is cross-platform and clarify if the provided script is compatible with PowerShell Core on Linux/macOS.
- Include instructions for running the deployment script on Linux-based Azure Pipeline agents, including any prerequisites (e.g., installing PowerShell Core).
- Offer guidance or templates for using other common CI/CD scripting languages (e.g., Python) if possible.
- Explicitly state platform requirements and provide troubleshooting tips for non-Windows environments.
Create pull request