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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a bias toward Windows environments by exclusively providing Azure PowerShell examples for deploying and managing Event Hubs resources. There are no Azure CLI (cross-platform) or Bash examples, which are more common for Linux and macOS users. The instructions for command-line deployment, validation, and cleanup are all PowerShell-based, and there is no mention of Linux-specific workflows or tools.
Recommendations:
- Add equivalent Azure CLI examples for all PowerShell scripts, including deployment, validation, and cleanup steps.
- Include Bash shell instructions where appropriate, especially for users on Linux and macOS.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and provide users with a choice of which environment to use.
- Ensure that references to command-line tools and scripts are not Windows-centric and clarify cross-platform compatibility.
- Consider reordering or presenting PowerShell and CLI examples side-by-side to avoid implying a Windows-first approach.
Create pull request