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:
Summary:
The documentation page lists 'Create a private link service using Azure PowerShell' before 'Create a private link service using Azure CLI' in the 'Next steps' section. Azure PowerShell is primarily associated with Windows environments, while Azure CLI is cross-platform and more commonly used on Linux. No explicit Windows-only tools, commands, or examples are present in the main content, and there are no missing Linux examples. However, the ordering in 'Next steps' subtly prioritizes the Windows-centric tool.
Recommendations:
- List Azure CLI instructions before Azure PowerShell in the 'Next steps' section, as CLI is cross-platform and more widely used in Linux environments.
- Explicitly mention that both Azure CLI and PowerShell are supported on Windows, Linux, and macOS, if applicable.
- Where possible, provide example commands for both Azure CLI and PowerShell within the main documentation body, or link to both equally.
- Review other related documentation to ensure Linux parity in examples and tool recommendations.
Create pull request