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 page demonstrates a Windows bias by presenting PowerShell instructions alongside Azure CLI, but omits explicit Linux shell (bash) examples. The PowerShell example is given equal prominence to Azure CLI, and there is no mention of Linux-specific considerations or tools. The instructions for deleting resources use PowerShell and Azure CLI, but the CLI example is written generically and does not clarify that it is intended for bash or Linux users. No Linux-specific screenshots, commands, or troubleshooting notes are provided.
Recommendations:
- Explicitly label the Azure CLI example as 'Bash/Linux/macOS' to clarify its cross-platform applicability.
- Add a note that Azure CLI commands can be run on Windows, Linux, or macOS, and provide links to installation instructions for each OS.
- If possible, provide bash-specific examples or troubleshooting notes for common Linux environments.
- Ensure that any references to PowerShell are balanced with bash shell equivalents, especially for scripting or automation tasks.
- Consider including a table or section that summarizes command-line options for Windows (PowerShell), Linux (bash), and macOS users.
Create pull request