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
⚠️
windows_first
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by consistently referencing PowerShell as a primary non-portal client, listing it before CLI and REST API, and linking to PowerShell-specific guides. There is a lack of explicit Linux or Bash examples, and no mention of Linux-specific tools or usage patterns. The documentation assumes familiarity with Windows-centric tools and workflows, potentially making it less accessible for Linux administrators.
Recommendations:
- Provide explicit Bash/Azure CLI examples alongside or before PowerShell examples in all sections referencing command-line usage.
- Ensure that links to automation or scripting guides include both PowerShell and Bash/CLI versions.
- Mention Linux/Bash as a first-class option whenever discussing non-portal clients, not just PowerShell.
- Add a section or callout specifically addressing Linux administrators, highlighting parity of features and any Linux-specific considerations.
- Review references to 'PowerShell' and ensure they are always paired with 'CLI' and 'REST API', and that examples are balanced.
- Where possible, include screenshots or walkthroughs using Linux shells or tools, not just Windows/PowerShell environments.
Create pull request