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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
windows_tools
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for creating Azure resources, but consistently lists PowerShell as an alternative to CLI, which is a Windows-centric tool. There are no explicit Linux shell or Bash-specific examples, and keyboard shortcuts (e.g., Ctrl+C) are presented in a Windows-centric way. The documentation assumes familiarity with Windows tools and patterns, and does not provide parity for Linux or macOS users beyond the CLI.
Recommendations:
- Provide explicit Bash or shell command examples where appropriate, especially for common tasks like navigation or process termination.
- List Azure CLI (cross-platform) examples first, and clarify that PowerShell is optional, not required.
- Include notes or sections for Linux/macOS users, such as alternative keyboard shortcuts (e.g., Ctrl+C is universal, but confirmation prompts may differ).
- Mention that all commands work on Linux/macOS unless otherwise stated, and highlight any OS-specific differences.
- If referencing screenshots or terminal output, ensure they are not Windows-specific, or provide Linux/macOS equivalents.
Create pull request