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 provides both Azure CLI and Azure PowerShell examples for configuring endpoint domain reuse, but does not include explicit Linux shell (bash) examples or clarify that the Azure CLI example is cross-platform. PowerShell is a Windows-centric tool, and its example is given equal prominence to the CLI, which may suggest a Windows bias. There is no mention of Linux-specific tools or workflows, nor is it clarified that the CLI example works on Linux/macOS.
Recommendations:
- Clarify that the Azure CLI example is cross-platform and works on Linux, macOS, and Windows.
- Consider providing a bash shell example or explicitly labeling the CLI example as suitable for Linux/macOS.
- If including PowerShell, consider also including a Linux shell (bash/zsh) example for parity.
- Avoid giving the impression that PowerShell is required or preferred by placing CLI (cross-platform) examples first.
- Add a note or section on how to perform the same operation using the Azure portal, which is platform-agnostic.
Create pull request