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_first
⚠️
windows_tools
Summary:
The documentation demonstrates a moderate Windows bias. PowerShell is given a dedicated section and is listed before Azure CLI, with explicit PowerShell command examples. The use of PowerShell scripts is suggested for OAuth authorization, and Windows-centric tools and patterns (such as PowerShell and Azure DevOps) are referenced without equivalent Linux or cross-platform alternatives. There is no mention of Linux shell scripting or other Linux-native tools for deployment or automation.
Recommendations:
- Provide Bash or shell script examples alongside PowerShell, especially for tasks like OAuth authorization.
- Clarify that Azure CLI is fully cross-platform and can be used on Linux, macOS, and Windows.
- When referencing PowerShell, note that PowerShell Core is available cross-platform, or provide equivalent Bash commands.
- Include references to Linux-native automation tools (e.g., shell scripts, cron jobs) where PowerShell scripts are suggested.
- Ensure that the order of examples does not always prioritize Windows tools (e.g., alternate the order of PowerShell and CLI sections, or present them together).
- Explicitly mention that all deployment methods (except PowerShell) are available and supported on Linux.
Create pull request