Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation demonstrates a Windows bias by exclusively using Windows as the operating system in all examples for App Service plans and web apps. There are no Linux-based examples or guidance, and the runtime stack is limited to .NET Core, which is cross-platform but the OS context is always Windows. No Linux-specific instructions, screenshots, or considerations are provided.
Recommendations
- Include examples of creating App Service plans and web apps using Linux as the operating system, alongside or alternating with Windows examples.
- Provide guidance for selecting different runtime stacks (such as Node.js, Python, Java) that are commonly used on Linux.
- Add notes or sections highlighting any differences or considerations when using Linux-based App Service plans.
- Ensure that tables and walkthroughs show both Windows and Linux options to promote parity.
- If there are any platform-specific limitations or features, clearly document them for both Windows and Linux.
Create Pull Request