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_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias in the automation section by providing a PowerShell script directly in the main content, while the Azure CLI (cross-platform) automation is only linked and not shown inline. There is no mention of Linux-specific tools or workflows, and no Linux shell (bash) examples are provided. The documentation also references PowerShell before the CLI, reinforcing a Windows-first approach.
Recommendations:
- Provide inline Azure CLI and bash examples alongside PowerShell scripts in the automation section.
- Ensure that Linux and cross-platform workflows are mentioned and demonstrated equally, not just linked.
- Explicitly mention that all steps can be performed from Linux/macOS using the Azure CLI, and provide sample commands.
- Where relevant, include screenshots or instructions from both Windows and Linux environments.
- Avoid listing PowerShell or Windows-specific tools before their cross-platform or Linux equivalents.
Create pull request