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 in several ways: PowerShell is mentioned as a primary automation/configuration tool (e.g., for changing bandwidth, enabling/disabling premium features, configuring route filters), and there are no explicit Linux or cross-platform CLI examples. When automation or scripting is referenced, PowerShell is listed before or instead of Azure CLI, and Linux-native tools or workflows are not mentioned. There are no Linux-specific instructions or examples, and the documentation assumes familiarity with Windows-centric tools.
Recommendations:
- For every PowerShell example or mention, provide an equivalent Azure CLI example, as Azure CLI is cross-platform and widely used on Linux.
- When listing automation options (e.g., 'You can update the bandwidth using the Azure portal, REST API, PowerShell, or Azure CLI'), ensure Azure CLI is listed before or alongside PowerShell.
- Add explicit Linux-focused guidance or notes where relevant, such as how to perform tasks from a Linux shell or using Linux-native tools.
- Where screenshots or UI walkthroughs are provided, ensure they are not Windows-specific or supplement with Linux/macOS equivalents if relevant.
- Review and update links or references to ensure they do not assume a Windows environment (e.g., avoid only linking to PowerShell-specific guides).
Create pull request