Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exclusively uses PowerShell and Az PowerShell module examples, both in Azure Cloud Shell and for local use, without providing any Bash, Azure CLI, or Linux-native alternatives. All command-line instructions and tooling references are Windows-centric, with no mention of Linux or cross-platform approaches.
Recommendations
- Provide equivalent Azure CLI (az) command examples alongside PowerShell examples, as Azure CLI is cross-platform and commonly used on Linux and macOS.
- Include Bash shell instructions for users who prefer or require a Linux-native environment.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and show how to select or switch between them.
- Reference installation instructions for Azure CLI on Linux, in addition to PowerShell module installation.
- Ensure that all steps (such as resource group creation) have both PowerShell and CLI/Bash code blocks, clearly labeled.
Create Pull Request