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 Windows bias by specifying Windows as the operating system for the App Service deployment and omitting any Linux-based deployment options or examples. The runtime stack is set to .NET 6 (LTS), and the OS is explicitly set to Windows, with no mention of Linux alternatives. There are no CLI, PowerShell, or Bash script examples, but the step-by-step instructions are all portal-based and default to Windows where an OS choice is relevant. No Linux tools, patterns, or parity guidance are provided.
Recommendations:
- When specifying App Service deployment, include both Windows and Linux as supported OS options, and provide instructions for both.
- Where a runtime stack is chosen (e.g., .NET 6), mention that it is available on both Windows and Linux, and show how to select either.
- Add a note or section for deploying the solution using Azure CLI or ARM/Bicep templates, which are cross-platform and do not assume a Windows environment.
- Explicitly mention that the steps are applicable to both Windows and Linux App Service plans, and highlight any differences.
- If Visual Studio Code is recommended, clarify that it is cross-platform and provide links or notes for Linux users.
Create pull request