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:
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a bias towards Windows by referencing only the Azure Portal (a web GUI) and providing a link to a PowerShell-based guide for enabling DDoS IP Protection. There are no CLI or Linux-native command examples (such as Azure CLI or Bash scripts), and the only automation example referenced is PowerShell, which is primarily associated with Windows environments.
Recommendations:
- Provide equivalent Azure CLI (az) command examples for enabling DDoS Protection on both VNets and public IP addresses, as Azure CLI is cross-platform and widely used on Linux.
- Include Bash script examples where automation is discussed, to ensure Linux users have parity.
- When linking to automation guides, offer both PowerShell and Azure CLI documentation links.
- Explicitly mention that the Azure Portal is accessible from any OS, but supplement with command-line instructions for users who prefer or require non-GUI workflows.
Create pull request