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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation exclusively uses the Azure Portal (web UI) for all instructions and examples, without mentioning or providing alternatives for command-line tools. There are no examples using Azure CLI, Bash, or PowerShell. However, the workflow and screenshots implicitly assume a Windows-centric environment (e.g., references to .zip files, file explorer, and editors), and the lack of CLI examples can disadvantage Linux users who often prefer or require command-line instructions. The absence of Azure CLI or Bash examples constitutes a 'missing_linux_example' bias, and the ordering of instructions (portal-first, no CLI) reflects a 'windows_first' bias.
Recommendations:
- Add parallel instructions using Azure CLI for all major steps (exporting templates, modifying JSON, deploying resources, deleting resource groups).
- Include Bash shell examples for Linux users, especially for file extraction and editing.
- Explicitly mention that all steps can be performed on Linux, macOS, or Windows, and provide cross-platform guidance where relevant.
- Where file operations are described (e.g., unzipping, editing JSON), provide command-line alternatives (e.g., unzip, nano/vim) alongside GUI instructions.
- If PowerShell is relevant, provide equivalent Bash/Azure CLI commands to ensure parity.
Create pull request