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:
Summary:
The documentation does not explicitly show Windows bias in terms of mentioning Windows tools, PowerShell, or Windows-first patterns. However, it lacks any platform-specific examples or guidance, and does not provide Linux-specific instructions or examples for handling linked Resource Manager templates in CI/CD pipelines. This absence can be considered a subtle bias, as it assumes platform neutrality but does not confirm Linux parity or address potential differences in scripting, tooling, or environment setup.
Recommendations:
- Add explicit examples for both Windows (e.g., PowerShell, Azure CLI on Windows) and Linux (e.g., Bash, Azure CLI on Linux) for uploading linked templates and managing SAS tokens.
- Include notes or sections on any platform-specific considerations (such as file path formats, environment variable handling, or script execution differences) that may affect Linux users.
- Provide sample scripts or commands for common Linux CI/CD environments (e.g., Azure Pipelines with Ubuntu agents, GitHub Actions runners on Linux) to demonstrate parity.
- Clarify that the instructions are platform-agnostic if that is the case, or explicitly state any limitations or differences for Linux users.
Create pull request