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
⚠️
missing_linux_example
⚠️
windows_first
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 Bash, Linux, or cross-platform CLI alternatives. The only command-line examples use PowerShell cmdlets (Set-AzContext, Get-AzProviderFeature, Register-AzProviderFeature), and the migration script is only described as a PowerShell script. There are no explicit Linux or Bash examples, and the documentation does not mention or prioritize cross-platform tools or workflows.
Recommendations:
- Provide Azure CLI (az) command equivalents for all PowerShell examples, especially for migration and feature registration/unregistration.
- Explicitly mention that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Where scripts are referenced (e.g., migration script), clarify if a Bash or cross-platform version is available, or provide one.
- In 'Next steps', include links to tutorials or documentation that use Azure CLI or Bash.
- When listing tools or interfaces (portal, PowerShell, CLI), avoid always listing PowerShell first; alternate or clarify cross-platform parity.
- Add a note or section addressing Linux/macOS users and their options for managing Application Gateway.
Create pull request