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
⚠️
powershell_heavy
Summary:
The documentation page demonstrates a clear Windows bias. It assumes the use of Windows-based App Service instances, referencing Windows file paths, CMD/PowerShell consoles, and Visual Studio as the primary tooling. There are no Linux-specific examples or instructions, and Linux-based deployment or configuration scenarios are not addressed. The documentation does not mention or show how to perform equivalent tasks on Linux App Service plans or containers.
Recommendations:
- Add parallel instructions and examples for Linux-based App Service plans, including how to check .NET runtime versions and access diagnostic tools in Linux environments.
- Include Linux shell (bash) commands and file paths where appropriate, alongside Windows CMD/PowerShell examples.
- Clarify when instructions are Windows-specific and provide links or sections for Linux users.
- Reference cross-platform tools (such as Azure CLI, Kudu SSH, or VS Code) equally, and avoid assuming Visual Studio or Windows-only workflows.
- Explicitly mention differences in environment variable access, file system layout, and diagnostic log access between Windows and Linux App Service environments.
Create pull request