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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a moderate Windows bias. While Azure CLI (cross-platform) examples are present and often listed first, PowerShell commands (specific to Windows) are also provided in parallel, but there are no explicit Linux shell or Bash script examples beyond the CLI. The documentation references features (such as outbound IPv6 support) as being available only for Windows apps, with no Linux parity or roadmap. There are no Linux-specific troubleshooting or tool references, and the only shell command shown outside of Azure CLI is 'nslookup', which is cross-platform but not contextualized for Linux users. The documentation does not mention or address differences in experience for Linux-hosted App Service apps except to note missing features.
Recommendations:
- Where PowerShell examples are provided, also include equivalent Bash or shell script examples (where applicable), especially for common tasks like querying properties with Azure CLI.
- Explicitly note when features (such as outbound IPv6 support) are Windows-only, and provide a roadmap or workaround for Linux users if possible.
- Add troubleshooting tips or notes for Linux users, such as differences in DNS tools or command syntax (e.g., using 'dig' as an alternative to 'nslookup').
- Ensure that all CLI examples are tested and presented in a way that works seamlessly on both Windows and Linux terminals.
- Where screenshots or portal instructions are given, clarify that the experience is the same or note any differences for Linux-hosted apps.
- Consider including a section or callout specifically addressing Linux-hosted App Service scenarios, especially where feature parity is lacking.
Create pull request