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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing PowerShell scripts and Windows-centric tools for interacting with the REST API. There are no examples or mentions of Linux or cross-platform command-line tools (such as curl or bash scripts), and PowerShell is presented as the primary scripting interface. SDKs for .NET (commonly associated with Windows) are mentioned before Java, and there is no mention of Linux-native workflows.
Recommendations:
- Provide equivalent Linux/bash script examples for interacting with the REST API, such as using curl or httpie.
- Mention cross-platform tools and workflows alongside PowerShell, ensuring parity in documentation.
- List SDKs in a neutral or alphabetical order, and include information about their cross-platform compatibility.
- Add explicit guidance or links for Linux and macOS users, including setup instructions and sample scripts.
- Reference platform-agnostic tools (e.g., REST clients, Postman) for interacting with the API.
Create pull request