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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
powershell_heavy
Summary:
The documentation page demonstrates a Windows bias by focusing on Windows-specific tools, examples, and terminology. All runtime and OS version query examples are given for Windows-based App Service environments, with references to Windows registry, Windows-specific files (web.config), and no mention of Linux-based App Service equivalents. There are no Linux shell or file examples, and the guidance assumes a Windows environment throughout.
Recommendations:
- Add parallel examples and instructions for Linux-based App Service environments, including how to check OS and runtime versions using Linux shell commands.
- Include Linux-specific configuration file references (e.g., appsettings.json, environment variables) alongside Windows examples like web.config.
- Clarify in each section whether the instructions apply to Windows, Linux, or both, and provide links to Linux-specific documentation where appropriate.
- Provide guidance on using Kudu/SSH for Linux App Service instances, including relevant commands and file paths.
- Avoid referencing Windows registry or Windows-only tools without offering Linux alternatives.
Create pull request