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
Summary:
The documentation demonstrates a Windows bias by presenting PowerShell as the primary method for registering the resource application, mentioning it before the Azure CLI alternative. The PowerShell example is highlighted first, and the language and structure suggest a preference for Windows-native tools and workflows, with no explicit mention of Linux or cross-platform considerations.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples, as Azure CLI is cross-platform and works natively on Linux and macOS.
- Explicitly state that both PowerShell and Azure CLI commands can be run on Windows, Linux, and macOS, and provide guidance for users on non-Windows systems.
- Include a note or section addressing Linux/macOS users, confirming that the Azure CLI example is fully supported and providing any necessary setup instructions.
- Avoid language that implies PowerShell is the default or preferred approach unless there is a technical reason.
Create pull request