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
Summary:
The documentation demonstrates a Windows bias by specifying PowerShell as the primary method for initial access/user/namespace setup, without mentioning Linux or cross-platform alternatives. The phrase 'PowerShell runspace' is used exclusively, and there are no Linux shell or CLI examples for these steps. While later deployment steps reference kubectl (which is cross-platform), the initial configuration guidance is Windows-centric, and Linux users are not directly addressed.
Recommendations:
- Provide equivalent Linux/bash shell commands for user, namespace, and access configuration alongside PowerShell instructions.
- Use neutral language such as 'command-line interface' or 'shell' instead of 'PowerShell runspace' when describing steps that can be performed on multiple platforms.
- Explicitly state that all steps can be performed from Linux, macOS, or Windows, and provide examples for each where relevant.
- Include links or references to documentation on setting up the required tools (kubectl, Azure CLI, etc.) on Linux.
- If any steps are truly Windows-only, clearly indicate this and provide workarounds or alternatives for Linux users.
Create pull request