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
Summary:
The documentation page is largely neutral and platform-agnostic in its main REST API examples, but it demonstrates subtle Windows bias in two ways: (1) references to PowerShell are given before Azure CLI in the 'Next steps' section, and (2) the only explicit link for assigning permissions in prerequisites points to a PowerShell-based guide. There are no Linux-specific examples or explicit parity in tool references.
Recommendations:
- When referencing command-line tools, always mention Azure CLI alongside PowerShell, and provide links to both PowerShell and CLI guides for tasks like assigning permissions.
- In the 'Next steps' section, list Azure CLI before or alongside PowerShell, or alternate their order across documentation pages.
- Explicitly state that all REST API operations can be performed from any OS, and provide example CLI commands (e.g., using curl or az CLI) for common operations.
- Add a section or note clarifying that the REST API can be used from Linux, macOS, and Windows equally, and provide sample shell (bash) commands where appropriate.
Create pull request