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 presents three methods: Azure Portal, PowerShell, and Azure CLI. PowerShell (a Windows-centric tool) is given a dedicated section before Azure CLI, and no explicit Linux shell or Bash example is provided. The CLI example is generic, but the lack of explicit Bash/Linux context or mention of Linux tools may disadvantage Linux users. There is also no mention of cross-platform scripting considerations.
Recommendations:
- Add explicit Bash/Linux shell examples alongside or before PowerShell, especially for the Azure CLI section.
- Clarify that Azure CLI commands can be run on Linux, macOS, and Windows, and provide example outputs or notes for each platform.
- Consider reordering the sections to present the Azure CLI method before PowerShell, as CLI is cross-platform.
- Include a note or section on using the Azure CLI in Bash or other common Linux shells.
- If PowerShell is included, mention that PowerShell Core is available cross-platform, or provide equivalent Bash commands where possible.
Create pull request