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 details, tools, and examples. It provides instructions and examples that are either exclusive to Windows (such as registry queries and references to Windows-specific files like web.config), or are presented only in the context of Windows App Service. There is a lack of equivalent Linux App Service instructions, examples, or references, and the documentation does not address how to obtain OS/runtime information or perform configuration on Linux-based App Service plans.
Recommendations:
- Add equivalent instructions and examples for Linux App Service, including how to query OS and runtime versions using Linux commands (e.g., cat /etc/os-release, lsb_release -a).
- Clarify when instructions or examples are Windows-specific, and provide parallel Linux-specific guidance where applicable.
- Include examples of configuration files and settings relevant to Linux (e.g., appsettings.json, environment variables, or startup scripts) alongside Windows examples like web.config.
- Mention Linux-specific tools or methods (such as Bash, SSH, or Linux file paths) for accessing and managing App Service instances.
- Ensure that tables and code samples are balanced, showing both Windows and Linux approaches where differences exist.
Create pull request