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 references PowerShell as a primary alternative to the Azure portal for resource creation, without mentioning or providing examples for Linux-native tools (such as Azure CLI or Bash scripts). The quickstart links prioritize the Azure portal and PowerShell, which are more commonly used on Windows, and there are no Linux-specific instructions or examples.
Recommendations:
- Include Azure CLI examples alongside or before PowerShell examples, as Azure CLI is cross-platform and widely used on Linux.
- When referencing quickstarts, provide links for both PowerShell and Azure CLI (or Bash) to ensure parity.
- Explicitly mention that the instructions are applicable regardless of the underlying OS, and provide any OS-specific notes if needed.
- If scripts or command-line tools are referenced, ensure both Windows (PowerShell) and Linux (Bash/Azure CLI) examples are present.
Create pull request