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 demonstrates a bias toward Windows by exclusively using Windows as the operating system in all examples for App Service plans and web apps. There are no examples or guidance for Linux-based App Service plans or web apps, nor is there any mention of Linux runtimes or deployment patterns. This may lead Linux users to believe that the process is Windows-specific or that Linux is not supported.
Recommendations:
- Provide parallel examples using Linux as the operating system in the App Service plan and web app creation steps.
- Include at least one Linux runtime (such as Node.js, Python, or .NET Core on Linux) in the web app configuration tables.
- Add a note clarifying that both Windows and Linux App Service plans are supported, and link to relevant documentation for Linux deployments.
- Ensure that instructions and screenshots (if any) are not Windows-specific and are applicable to both platforms.
- Explicitly mention any differences or considerations when using Linux-based App Service plans with Traffic Manager and Azure DNS.
Create pull request