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:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation references both PowerShell and Azure CLI for configuration tasks, but PowerShell (a Windows-centric tool) is consistently mentioned before Azure CLI. In the 'For more information' sections, PowerShell examples or links are listed before CLI equivalents, and in some cases, only PowerShell and CLI are mentioned, with no explicit mention of Bash or Linux-native tools. There are no Linux-specific examples or guidance, and the ordering implies a preference for Windows/PowerShell workflows.
Recommendations:
- Alternate the order of PowerShell and CLI references so that CLI (cross-platform) is sometimes listed first.
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide Bash shell examples where appropriate.
- Include Linux-native tooling or scripting examples (such as Bash scripts) where possible.
- Add a section or callout highlighting cross-platform support and providing parity in instructions for both Windows and Linux users.
- Ensure screenshots and UI references are not Windows-specific unless unavoidable.
Create pull request