Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides both Azure CLI (Bash/cURL) and Azure PowerShell examples for sending events, but PowerShell is given equal prominence and detail, and the workflow assumes use of Visual Studio Code (a cross-platform tool, but with a .NET/C# focus). The instructions for using Azure CLI are presented before PowerShell, but there is a notable emphasis on PowerShell and Windows-centric workflows (e.g., .NET, C#, Visual Studio Code). There are no Linux-specific examples, troubleshooting, or alternative workflows highlighted, and no mention of Linux/macOS-specific considerations.
Recommendations
- Add explicit Linux/macOS instructions or troubleshooting notes, especially for cURL and Azure CLI usage outside Cloud Shell.
- Include examples using Python or other cross-platform languages for event creation and posting, not just PowerShell and Bash.
- Mention alternative editors (e.g., VS Code, Vim, JetBrains IDEs) and clarify that the workflow is cross-platform.
- Highlight any OS-specific differences in Azure CLI or cURL usage, if applicable.
- Ensure that PowerShell is not presented as the default or primary method, and clarify that Bash/CLI is fully supported on Linux/macOS.