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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing PowerShell multiple times as the primary or sole method for configuration and details retrieval. There are no explicit Linux or Bash examples, and the only command-line tool mentioned by name is PowerShell. When mentioning CLI, it is not clarified whether this refers to Azure CLI (which is cross-platform) or something else, and PowerShell is always listed first. The 'Next steps' section links only to a PowerShell-based configuration guide, omitting Linux/Bash or Azure CLI examples.
Recommendations:
- Provide explicit Azure CLI (az) examples alongside or before PowerShell examples, as Azure CLI is cross-platform and widely used on Linux.
- Clarify in all references to 'CLI' that this means Azure CLI, and provide Bash syntax examples where appropriate.
- Include links in the 'Next steps' section to both PowerShell and Azure CLI/Bash configuration guides.
- Wherever PowerShell is mentioned, ensure parity by also mentioning and providing examples for Linux/Bash environments.
- Avoid listing PowerShell before CLI in lists or instructions; alternate or use neutral ordering.
Create pull request