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_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by primarily referencing Azure PowerShell scripts and commands for migration and preview registration, with no mention of Linux or cross-platform alternatives such as Azure CLI (bash) or ARM templates. The only command-line examples provided use PowerShell cmdlets, and the migration script is specifically described as an Azure PowerShell script. There are no Linux shell/bash examples, and the documentation does not explicitly mention Linux or macOS compatibility for these operations.
Recommendations:
- Provide equivalent Azure CLI (bash) examples for all PowerShell commands, especially for registration, unregistration, and migration tasks.
- Mention that Azure CLI is cross-platform and can be used from Linux, macOS, and Windows.
- If a migration script is only available in PowerShell, clarify whether it can be run on PowerShell Core (pwsh) on Linux/macOS, or provide a CLI/ARM/Bicep alternative.
- Include links or references to documentation on using Azure Application Gateway with Linux-based tools and environments.
- Ensure that tutorials and next steps include both PowerShell and CLI options, and avoid defaulting to Windows-centric tools.
Create pull request