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 and Windows-centric tools and patterns more prominently than Linux equivalents. For example, it directs users to PowerShell-based configuration guides, mentions PowerShell before CLI or REST, and omits explicit Linux/Unix shell or scripting examples. There are no Linux-specific instructions or parity in command-line examples, and the 'Next steps' section links only to a PowerShell-based configuration guide.
Recommendations:
- Provide equivalent Linux/Unix shell (bash/az CLI) examples alongside or before PowerShell examples.
- Ensure that configuration steps are documented for both PowerShell and Azure CLI, with clear parity and equal prominence.
- Update 'Next steps' to include links to both PowerShell and CLI (az) configuration guides.
- Wherever PowerShell is mentioned, also mention the corresponding CLI or REST API approach, and provide direct links to those guides.
- Avoid implying that PowerShell is the primary or only supported method for configuration; clarify that both Windows and Linux users are supported equally.
Create pull request