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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a bias toward Windows by providing only PowerShell scripts for testing the REST API, mentioning Microsoft PowerShell as the example HTTP client, and omitting equivalent Linux/macOS command-line examples (e.g., curl). Additionally, the documentation references Windows-centric tools (PowerShell) without mentioning or prioritizing cross-platform or Linux-native alternatives.
Recommendations:
- Provide equivalent Linux/macOS examples using common tools such as curl or httpie alongside PowerShell scripts.
- When referencing PowerShell, clarify that it is available cross-platform, or provide Bash/zsh alternatives.
- List cross-platform or Linux-native tools (curl, wget, httpie) before or alongside Windows tools in all example sections.
- Explicitly mention that all steps can be performed on Linux/macOS, and note any OS-specific differences.
- Consider including screenshots or terminal output from both Windows and Linux environments to reinforce parity.
Create pull request