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
⚠️
missing_linux_example
Summary:
The documentation references PowerShell alongside Azure CLI throughout, and in some cases lists PowerShell before CLI. There are no explicit Linux-specific instructions or examples, and the guidance assumes familiarity with PowerShell, which is more common on Windows. No Linux shell (bash) or cross-platform scripting examples are provided.
Recommendations:
- Add explicit Linux/bash examples for all command-line steps, especially for deleting and redeploying container groups.
- List Azure CLI (which is cross-platform) before PowerShell in all tool lists and instructions.
- Clarify that PowerShell is available cross-platform, but provide bash examples to ensure Linux parity.
- Where possible, provide a table or section comparing steps for Windows (PowerShell), Linux (bash), and macOS.
- Avoid assuming the use of PowerShell unless necessary; default to Azure CLI for command-line instructions.
Create pull request