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 widely used on Linux. No command-line examples are present in the main content, and no explicit Windows-only tools or patterns are described. However, the ordering in 'Next steps' subtly prioritizes the Windows-centric tool.
Recommendations:
- List Azure CLI before Azure PowerShell in the 'Next steps' section to reflect cross-platform parity and the prevalence of CLI usage on Linux.
- Consider adding explicit Linux-focused or cross-platform examples in the main documentation body, if procedural steps or code snippets are included in the future.
- Wherever possible, clarify that both Azure CLI and PowerShell are supported on all platforms, and link to platform-agnostic instructions.
Create pull request