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
⚠️
windows_tools
Summary:
The documentation page demonstrates a moderate Windows bias. In configuration tables, Azure PowerShell (a Windows-centric tool) is consistently listed before Azure CLI (which is cross-platform and more common on Linux). There are no explicit Linux-specific examples or references to Linux-native tools or workflows. The documentation assumes familiarity with Windows tools and patterns, such as PowerShell, and does not provide parity for Linux users beyond mentioning Azure CLI.
Recommendations:
- Alternate the order of Azure PowerShell and Azure CLI in tables and examples, or list Azure CLI first to better reflect cross-platform usage.
- Include explicit Linux-focused examples or notes, such as using Bash scripts or referencing Linux terminal commands where appropriate.
- Add guidance or links for configuring Azure Bastion using Linux-native tools or environments, such as Bash, Cloud Shell, or automation via shell scripts.
- Clarify that Azure CLI is cross-platform and provide sample commands that can be run on Linux/macOS terminals.
- Where PowerShell is mentioned, consider also referencing PowerShell Core (pwsh), which is cross-platform, or clarify when Windows PowerShell is required.
Create pull request