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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation does not provide any OS-specific command-line examples, but when mentioning Infrastructure as Code (IAC) tools, it lists 'Azure CLI' and 'PowerShell' together, with PowerShell mentioned after Azure CLI. However, there are no explicit Linux-specific instructions, screenshots, or examples. All instructions reference the Azure Portal or generic Azure tools, but the lack of Linux/Unix shell examples or explicit mention of cross-platform command-line usage may make the documentation less approachable for Linux users.
Recommendations:
- Include explicit examples using both Azure CLI (which is cross-platform) and Azure PowerShell, clarifying which commands work in Bash/Linux and which in PowerShell/Windows.
- Add screenshots or instructions for performing tasks using the Azure CLI in a Linux shell environment.
- Clarify that all steps can be performed on both Windows and Linux, and provide notes or links for Linux users where appropriate.
- Where templates or scripts are referenced, provide sample commands for both Bash (Linux/macOS) and PowerShell (Windows), or indicate their cross-platform compatibility.
Create pull request