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
⚠️
windows_tools
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for importing a GraphQL API, but it gives equal prominence to PowerShell (a Windows-centric tool) and does not mention or provide native Linux shell (bash) or scripting examples. The prerequisites list Azure PowerShell as a required tool, which is primarily associated with Windows environments, and the PowerShell example is given its own dedicated section. There is no explicit Linux or bash example, nor is there mention of Linux-specific tooling or considerations.
Recommendations:
- Add explicit bash or shell script examples for Linux users alongside PowerShell examples.
- Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- In the prerequisites, note that Azure PowerShell is optional and primarily for users who prefer PowerShell, and highlight that Azure CLI is fully supported on Linux.
- Ensure that any references to tools or commands are balanced between Windows and Linux environments, and avoid implying that PowerShell is required.
- Consider adding a section or note for Linux/macOS users to ensure parity and inclusivity.
Create pull request