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 page demonstrates a Windows bias by prioritizing Azure PowerShell and CLI tools, mentioning PowerShell before CLI, and providing a 'Next steps' link specifically for PowerShell migration without equivalent Linux/bash or cross-platform examples. There are no explicit Linux or bash shell examples, and the documentation does not reference Linux-specific tools or workflows.
Recommendations:
- Provide migration instructions and examples using Azure CLI (az), which is cross-platform, alongside or before PowerShell examples.
- Include bash shell script examples for common migration tasks to ensure Linux users are supported.
- In the 'Next steps' section, add a link to a migration guide using Azure CLI or bash, not just PowerShell.
- When referencing scripting or automation, use neutral language (e.g., 'Azure CLI or PowerShell') and avoid listing Windows tools first unless there is a technical reason.
- Explicitly state that all instructions are applicable on both Windows and Linux, or note any platform-specific differences.
Create pull request