Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation references both Azure CLI and PowerShell for configuring Event Grid delivery and retry policies, but only provides explicit sample commands for Azure CLI (which is cross-platform) and mentions PowerShell without providing examples. There is no explicit mention of Linux-specific tools, nor are there any examples using Bash or Linux shell scripting. The documentation refers to 'CLI and PowerShell' together, but does not clarify parity or provide Linux-first guidance. The Azure portal instructions are platform-neutral, but the command-line guidance could be perceived as Windows-biased due to the PowerShell emphasis and lack of Linux-specific examples.
Recommendations
- Provide explicit Bash/Linux shell examples alongside Azure CLI and PowerShell examples to ensure parity.
- Clarify that Azure CLI is cross-platform and works on Linux, macOS, and Windows.
- If mentioning PowerShell, also mention that PowerShell Core is available on Linux and macOS, and provide example commands for those platforms.
- Avoid grouping 'CLI and PowerShell' as if they are equivalent; instead, specify which commands are for which platforms.
- Add a section or note highlighting how to perform these operations on Linux, including installation and usage of Azure CLI and PowerShell Core.
Create Pull Request