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
⚠️
missing_linux_example
Summary:
The documentation primarily focuses on Azure Portal UI steps and, where automation is mentioned, references PowerShell before CLI. There are no explicit Linux or cross-platform command-line examples, and scripting is described in terms of PowerShell or CLI, with PowerShell listed first. No Linux-specific tools, shell commands, or considerations are provided, and the overall flow assumes a Windows-centric audience.
Recommendations:
- Provide Azure CLI examples alongside or before PowerShell examples, as CLI is cross-platform and works natively on Linux, macOS, and Windows.
- Explicitly mention that all CLI commands can be run on Linux, macOS, or Windows, and provide sample shell commands for Linux users.
- Where scripting is referenced, avoid listing PowerShell before CLI unless there is a technical reason; consider listing CLI first for cross-platform parity.
- Add a section or callout for Linux/macOS users, clarifying that all operations can be performed from their platforms using Azure CLI.
- If automation scripts are provided, include Bash shell script examples in addition to PowerShell.
- Ensure that any downloadable scripts or templates are available in both PowerShell and Bash formats.
Create pull request