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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by prioritizing Azure PowerShell and Azure portal (GUI) instructions, with no mention of Linux-native tools (such as Azure CLI or Bash scripting) for managing Azure DNS Private Resolver. References to PowerShell are made before any cross-platform or Linux-friendly alternatives, and there are no Linux-specific or cross-platform command-line examples provided.
Recommendations:
- Add Azure CLI examples and quickstarts alongside or before PowerShell examples to ensure cross-platform parity.
- Explicitly mention that Azure CLI can be used from Linux, macOS, and Windows, and provide links to relevant CLI documentation.
- Where PowerShell is referenced, also provide equivalent Bash or shell script commands for Linux users.
- In the 'Next steps' and 'For more information' sections, include links to Azure CLI and REST API guides, not just PowerShell and portal.
- Review all quickstart and tutorial links to ensure Linux users are not excluded or forced to use Windows-centric tools.
Create pull request