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
Summary:
The documentation page demonstrates a Windows bias by focusing exclusively on Windows-based deployment and management patterns for ASP.NET apps in Azure App Service. It references Windows-specific tools (such as Kudu's CMD/PowerShell console and Windows file paths), and does not provide equivalent Linux-based examples or guidance for Linux App Service environments. There are no Linux shell or container-native instructions, and Windows patterns are presented as the default or only option.
Recommendations:
- Add equivalent instructions and examples for Linux-based App Service environments, including how to check .NET runtime versions, access environment variables, and deploy apps.
- When referencing Kudu or console access, clarify differences between Windows and Linux App Service plans, and provide Linux shell (bash) commands where appropriate.
- Avoid presenting Windows tools and file paths as the default; instead, structure sections to address both Windows and Linux scenarios, or clearly indicate when a step is Windows-specific.
- Include notes or links to Linux/container documentation in each relevant section, not just in the introductory note.
- Where Visual Studio is mentioned, also reference cross-platform deployment tools (such as Azure CLI, GitHub Actions, or VS Code) that work on Linux/macOS.
Create pull request