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
Summary:
The documentation page lists PowerShell samples before CLI samples in the 'Next steps' section, suggesting a Windows-first approach. There is also a specific callout to PowerShell, which is traditionally associated with Windows, without equal prominence given to Linux-native tools or Bash examples.
Recommendations:
- List CLI (az CLI) or Bash samples before or alongside PowerShell samples to avoid implying Windows is the primary platform.
- Explicitly mention that CLI samples are cross-platform and suitable for Linux, macOS, and Windows.
- Add Bash or shell script examples where appropriate, or link to them if available.
- Include a note clarifying that all templates can be deployed from any OS using the Azure CLI, not just PowerShell.
Create pull request