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_tools
⚠️
windows_first
Summary:
The documentation is largely a reference table listing Azure resource types and their tag support, which is generally neutral. However, in the few places where tooling or commands are mentioned, Windows/PowerShell tools are referenced first or exclusively (e.g., 'Set-AzVm -Generalized' before 'az vm generalize'). There are no Linux-specific examples or mentions of Linux tools, and the only CLI example is given after the PowerShell one.
Recommendations:
- When referencing commands or tools, always provide both PowerShell (Windows) and Azure CLI (cross-platform) examples, and consider listing the Azure CLI first as it is platform-agnostic.
- If mentioning a Windows-specific tool or pattern, ensure the equivalent Linux/cross-platform method is also described.
- Add a note clarifying that Azure CLI commands work on Windows, Linux, and macOS.
- Review any future additions to ensure parity between Windows and Linux tooling and examples.
Create pull request