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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation presents Azure PowerShell examples and references before Azure CLI, and uses PowerShell-specific cmdlets for status checks even in CLI sections. There are no explicit Linux/Bash shell examples, and the workflow assumes familiarity with PowerShell. The Azure Portal is also emphasized, which is platform-neutral but often associated with Windows-centric workflows. No Linux-specific tools, commands, or screenshots are provided.
Recommendations:
- Ensure that CLI (az) examples are fully self-contained and do not reference PowerShell cmdlets (e.g., use 'az feature show' instead of 'Get-AzProviderFeature' in CLI sections).
- Provide Bash/Linux shell command examples alongside or before PowerShell, especially for status checks and scripting scenarios.
- Include explicit notes or sections for Linux/macOS users, clarifying that all CLI commands work cross-platform and providing sample shell commands where appropriate.
- Where screenshots or UI steps are shown, consider including CLI/Bash alternatives for parity.
- Review and update output examples to match the tool being demonstrated (e.g., show 'az' output in CLI sections, not PowerShell output).
Create pull request