Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a strong Windows bias. The only configuration (install) script provided is a PowerShell script (`Install.ps1`) that installs fonts specifically to the Windows Fonts directory and modifies the Windows registry. The sample app is described as using fonts from `C:\Windows\Fonts`, and the runtime stack is set to ASP.NET V4.8, which is Windows-only. There are no Linux equivalents or examples for configuration scripts, font installation, or runtime stack. The documentation does not mention how to perform similar tasks on Linux-based App Service plans, nor does it provide Bash or shell script examples for configuration.
Recommendations
- Provide equivalent Linux configuration script examples (e.g., Bash scripts to install fonts to `/usr/share/fonts` and update font cache).
- Clarify whether Managed Instance supports Linux-based plans and, if so, include instructions for deploying to Linux.
- Offer examples using cross-platform runtime stacks (e.g., .NET Core, Node.js, Python) and show how to configure dependencies on both Windows and Linux.
- Explicitly mention platform limitations and guide users on choosing between Windows and Linux plans.
- Add documentation for Linux-specific management tasks and troubleshooting.
Create Pull Request