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
Summary:
The documentation page demonstrates a Windows bias primarily in the section about changing Kubernetes pod and service subnets, where only a PowerShell cmdlet (`Set-HcsKubeClusterNetworkInfo`) is mentioned for configuration. There are no Linux or cross-platform CLI alternatives provided, and the documentation assumes access to a PowerShell interface on the device. No Linux-specific tools, commands, or examples are given for network configuration or management.
Recommendations:
- Provide equivalent Linux/bash command-line instructions or clarify if the device's management interface is only accessible via PowerShell.
- If the device supports SSH or Linux shell access, include examples using standard Linux networking tools (e.g., `nmcli`, `ip`, `ifconfig`, or configuration file edits).
- Explicitly state platform requirements and limitations (e.g., 'PowerShell is required for this operation; Linux is not supported'), if applicable.
- Where possible, offer cross-platform alternatives (e.g., REST API calls, Azure CLI commands) for configuration tasks.
- Add a note or section addressing Linux/macOS users, guiding them on how to perform equivalent tasks or clarifying any platform restrictions.
Create pull request