Bias Types:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively in Azure PowerShell, a tool most commonly used on Windows. There are no examples using cross-platform tools such as Azure CLI or Bash scripts, and no mention of Linux or macOS workflows. PowerShell is presented as the primary automation method, with no parity for Linux users. The structure also places PowerShell instructions before ARM template examples, and there is no guidance for using these features from a Linux or macOS environment.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell command sequences, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that both Azure PowerShell and Azure CLI can be used, and provide links to installation guides for both.
- Include Bash shell script examples where appropriate, especially for automation scenarios.
- Reorder sections or provide parallel sections so that PowerShell and CLI examples are presented together, or alternate which comes first.
- Add a note or section on using these features from Linux/macOS environments, including any prerequisites or differences.
- Ensure that references to 'installing tools' include both PowerShell and CLI, not just PowerShell.