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 the Azure portal workflow and, where automation is mentioned, references PowerShell before CLI. There are no explicit Linux or cross-platform command-line examples within the main content, and scripting guidance is biased toward PowerShell with CLI as a secondary mention. No Linux-specific tools, shell scripts, or guidance are provided, and the 'Next steps' section lists PowerShell before CLI. This ordering and lack of Linux-first or parity examples indicate a subtle Windows bias.
Recommendations:
- When referencing automation or scripting, present Azure CLI examples alongside or before PowerShell, as Azure CLI is cross-platform and more familiar to Linux users.
- Explicitly mention that both PowerShell and CLI are supported, and provide equal visibility to both in the main workflow steps, not just as links.
- Include example CLI commands inline for key operations (e.g., configuring backup, assigning roles) to improve accessibility for Linux users.
- If scripts are referenced, ensure both PowerShell and Bash (or shell) script templates are available and linked.
- In the 'Next steps' and similar lists, alternate or randomize the order of PowerShell and CLI to avoid reinforcing a Windows-first perception.
- Consider a short section or callout for Linux users, clarifying that all operations can be performed from Linux using the Azure CLI.
Create pull request