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
Summary:
The documentation page exhibits a mild Windows bias. In the section describing how to create a private endpoint using an alias, the PowerShell cmdlet (New-AzPrivateEndpoint) is mentioned before the Azure CLI equivalent (az network private-endpoint create). No Linux-specific tools or examples are provided, and the documentation does not mention or link to Bash or Linux shell scripting. However, the overall content is mostly platform-neutral, with the only notable bias being the order of tool references and the use of PowerShell cmdlets.
Recommendations:
- When referencing command-line tools, list Azure CLI (az) examples before or alongside PowerShell cmdlets, as Azure CLI is cross-platform and widely used on Linux.
- Include explicit Linux/Bash shell examples where relevant, especially in sections that mention command-line operations.
- Where possible, clarify that both Azure CLI and PowerShell are supported on Windows, Linux, and macOS, and provide links to platform-specific installation guides.
- Review other related articles (such as quickstarts and tutorials) to ensure Linux parity in examples and screenshots.
Create pull request