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_tools
⚠️
missing_linux_example
Summary:
The documentation references PowerShell and APIs/SDKs for automation and management tasks but does not mention or provide examples for Linux/Unix command-line tools, Azure CLI, or scripting environments. There are no Linux-specific instructions or parity in automation tooling, and the only automation examples are PowerShell-focused, which is more common on Windows. This may make Linux users feel unsupported or require them to infer how to use equivalent tools.
Recommendations:
- Include Azure CLI examples alongside PowerShell for all automation and scripting instructions, as Azure CLI is cross-platform and widely used on Linux.
- Explicitly mention that APIs and SDKs are available for use from Linux environments, and provide examples or links to relevant documentation.
- When referencing automation, list Azure CLI before or alongside PowerShell to avoid Windows-first bias.
- Add troubleshooting and operational instructions that are relevant to Linux users, such as using bash scripts or Linux-based authentication flows.
- Where screenshots or UI instructions are given, clarify that the Azure portal is accessible from any OS, and provide CLI alternatives where possible.
Create pull request