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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page exclusively uses PowerShell commands and references, with no mention of Bash, Azure CLI, or Linux-native tooling. All examples and instructions are centered around PowerShell and the Az PowerShell module, which are more familiar to Windows users. There are no Linux or cross-platform command examples, and the documentation does not acknowledge alternative environments or tools.
Recommendations:
- Provide equivalent Azure CLI (az) command examples alongside PowerShell examples, as Azure CLI is cross-platform and commonly used on Linux.
- Mention and link to Bash or shell scripting options for Linux users, especially in the context of Azure Cloud Shell.
- Reorder or parallelize instructions so that Linux and Windows users are equally addressed (e.g., 'If you are using PowerShell, ... If you are using Azure CLI, ...').
- Clarify that Azure Cloud Shell supports both Bash and PowerShell, and provide links to both quickstarts.
- Avoid assuming PowerShell as the default environment; explicitly state that users can choose their preferred shell.
Create pull request