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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation provides both Azure CLI (cross-platform) and Azure PowerShell (Windows-centric) instructions, but the PowerShell section is more detailed and assumes use of a local PowerShell terminal. There are references to Windows-specific issues (e.g., native modules lacking Windows binaries) and tools (PowerShell, Git Credential Manager dialog). There is no explicit mention or example of using Linux-specific shells or tools, and the troubleshooting section references Windows-specific errors without Linux equivalents.
Recommendations:
- Add explicit Linux/macOS terminal examples alongside PowerShell, especially for steps like changing directories and running commands.
- Clarify that Azure CLI commands can be run in Bash, Zsh, or other Unix shells, and provide sample commands in those contexts.
- Include troubleshooting notes for common Linux/macOS issues (e.g., SSH key permissions, credential manager differences).
- Avoid assuming the presence of the Git Credential Manager dialog, which is Windows-specific; mention alternatives for Linux/macOS.
- Balance error message examples to include those commonly encountered on Linux/macOS.
- Where PowerShell is mentioned, also mention Bash or other common Linux shells as alternatives.
Create pull request