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 primarily through the exclusive use of Azure PowerShell commands and references, with no mention or examples of equivalent Bash or Linux-native CLI usage. The PowerShell-based workflow is presented as the default or only method for migration and preview registration tasks. There is also a lack of explicit Linux or cross-platform guidance, and the ordering of tools and tutorials often places PowerShell before Azure CLI or other platform-agnostic options.
Recommendations:
- Provide Azure CLI (bash) examples alongside or before PowerShell commands for all operational tasks, such as migration and preview registration.
- Explicitly mention that Azure CLI is cross-platform and supported on Linux/macOS, and provide links to relevant installation and usage guides.
- Where PowerShell is referenced, clarify that it is available on Linux/macOS as well, or provide alternative shell-specific instructions.
- Balance the ordering of tool references (e.g., 'Azure CLI, Azure PowerShell, or Azure portal') to avoid always listing Windows-centric tools first.
- Add a section or note highlighting Linux support and any platform-specific considerations for Application Gateway v2.
Create pull request