Bias Analysis
Detected Bias Types
windows_first
windows_tools
missing_linux_example
Summary
The documentation page exhibits Windows bias by exclusively supporting and referencing Windows-based App Service plans for deployment, explicitly stating that Linux-based plans are not supported. Windows tools and patterns, such as SQL Server Management Studio (SSMS), are mentioned as examples of mature tooling, while Linux equivalents are not referenced. There are no examples or instructions for Linux environments, and the prerequisites and setup steps assume Windows as the default platform for hosting and development.
Recommendations
- Add explicit guidance for Linux-based hosting and clarify future support plans for Linux App Service plans.
- Include examples and instructions for setting up SQL database storage on Linux environments, such as using Azure Logic Apps in containers or on Linux VMs.
- Mention and provide examples of Linux-compatible SQL tooling (e.g., Azure Data Studio, sqlcmd, or other cross-platform tools) alongside SSMS.
- Where possible, provide parity in screenshots and walkthroughs for Linux users, including Visual Studio Code on Linux and relevant command-line steps.
- Clarify any platform limitations and provide workarounds or alternatives for Linux users.
Create Pull Request