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 as the primary method for configuration and details, mentioning PowerShell before CLI, and lacking any explicit Linux or Bash examples. The 'Next steps' section links only to a PowerShell-based configuration guide, and throughout the document, PowerShell is consistently listed before CLI or REST. There are no Linux-native command examples or references to Bash/Unix shell usage, which may disadvantage Linux users.
Recommendations:
- Provide parallel Linux/Bash examples alongside PowerShell, especially in configuration and 'Next steps' sections.
- Ensure Azure CLI examples are given equal prominence to PowerShell, and mention them first or together.
- Link to both PowerShell and Azure CLI/Bash configuration guides in 'Next steps' and throughout the documentation.
- Explicitly state that all operations can be performed on Linux/macOS using Azure CLI, and provide sample commands.
- Avoid listing PowerShell before CLI unless there is a technical reason; alternate ordering or group them together.
Create pull request