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
Summary:
The documentation consistently uses Windows as the default operating system in examples (App Service plans and web apps), with no mention of Linux or cross-platform options. There are no Linux-specific instructions or parity in the walkthrough, and the runtime stack is limited to .NET Core, which is cross-platform, but the hosting environment is Windows-only in all examples.
Recommendations:
- Include examples for both Windows and Linux App Service plans in the configuration tables.
- Explicitly mention that App Service plans and web apps can be created on Linux, and provide step-by-step instructions or notes for Linux users.
- Show at least one example using a Linux runtime stack (e.g., Node.js, Python, or .NET Core on Linux) to demonstrate cross-platform support.
- Clarify in the prerequisites or relevant sections that the process is applicable to both Windows and Linux environments.
- Where UI steps are given, note any differences for Linux-based App Services if applicable.
Create pull request