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 demonstrates a mild Windows bias: it references Windows before Linux in the prerequisites, uses PowerShell-based includes for resource group creation, and does not provide explicit Linux shell or bash examples for common Azure operations. There are no explicit Linux command-line examples or guidance, and the use of PowerShell is implied as the default for resource management steps.
Recommendations:
- Provide both PowerShell and Bash/Azure CLI examples for resource group creation and provider registration, or default to Azure CLI which is cross-platform.
- When referencing prerequisites, list Windows and Linux in a neutral or alphabetical order, and clarify that all steps work on both platforms.
- Ensure that all included snippets (such as resource group creation) have both PowerShell and Bash/Azure CLI variants, or clearly link to Linux-specific instructions.
- Explicitly mention that all commands and code samples are cross-platform unless there are platform-specific considerations.
- Review all 'INCLUDE' files to ensure they do not default to Windows/PowerShell without Linux equivalents.
Create pull request