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 page is heavily focused on Windows and PowerShell usage for deploying Azure Bastion. All code examples and setup instructions use Azure PowerShell, with no equivalent Azure CLI (cross-platform) or Bash examples provided inline. References to creating VMs link to Windows-specific quickstarts first, and Linux VM creation is only mentioned in passing. There are no Linux or Bash-specific instructions or examples for deploying Bastion, and the workflow assumes familiarity with PowerShell and Windows tooling.
Recommendations:
- Add parallel Azure CLI (az) command examples for each PowerShell example, ideally side-by-side or in a dedicated section.
- Include explicit instructions and links for deploying Bastion from Linux/macOS environments using Azure CLI.
- When referencing VM creation, provide both Windows and Linux quickstart links equally, or link to a cross-platform VM creation guide.
- Clarify that Azure PowerShell can be used on any platform, but highlight Azure CLI as the primary cross-platform tool.
- Add a section or callout for Bash/terminal users, ensuring parity in the deployment workflow.
Create pull request