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 moderate Windows bias. PowerShell examples are provided alongside Azure CLI, but there are no explicit Linux shell or Bash alternatives for PowerShell commands. The outbound IPv6 support section specifically notes that outbound IPv6 is only available for Windows apps, with Linux apps limited to IPv4. In command examples, PowerShell is presented as an alternative to Azure CLI, but not vice versa, and there is no mention of Linux-specific tools or workflows. The documentation does not provide parity in examples or explanations for Linux users, especially in areas where Windows-specific features or limitations are discussed first or exclusively.
Recommendations:
- For every PowerShell example, provide an equivalent Bash or Linux shell example, or clarify when one is not applicable.
- Explicitly mention when a feature is Windows-only and, where possible, provide Linux alternatives or workarounds.
- In sections discussing command-line access, clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- When listing command examples, alternate the order (e.g., show Azure CLI before PowerShell, or group by platform).
- Add notes or links for Linux users where features are not available, and suggest best practices or alternatives.
- Include Linux-specific troubleshooting or testing steps (e.g., using dig instead of nslookup, or curl commands for both platforms).
Create pull request