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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by providing instructions and screenshots exclusively for the Azure Portal (a web UI), and for command-line operations, it only references the Azure CLI without specifying or showing cross-platform usage. There are no explicit Linux-specific examples, nor is there mention of Linux shell environments or alternative tools. The documentation assumes the user is operating from a Windows-centric perspective (Azure Portal, Azure CLI), and does not address Linux-specific nuances or provide parity in examples.
Recommendations:
- Explicitly state that Azure CLI commands work on Windows, Linux, and macOS, and provide example commands in both Windows (PowerShell/CMD) and Linux/macOS (bash) syntax where differences exist.
- Include Linux/macOS-specific notes or troubleshooting tips, such as environment variable handling, file path differences, or authentication nuances.
- If screenshots are included, provide at least one example from a Linux desktop environment or terminal, or clarify that the steps are platform-agnostic.
- Where possible, mention and demonstrate alternative tools commonly used on Linux (e.g., curl, wget, jq) alongside Azure CLI.
- Add a section or note highlighting that all API calls and CLI commands are cross-platform, and provide links to official documentation for installing and using Azure CLI on Linux/macOS.
Create pull request