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:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation exhibits Windows bias primarily by providing only PowerShell scripts for identifying apps to migrate, referencing Visual Studio (a Windows-centric tool) for deployment, and omitting equivalent Linux/bash/CLI examples. The initial migration steps and tooling guidance are Windows-focused, with Linux alternatives either missing or mentioned later, if at all.
Recommendations:
- Provide equivalent Bash/Azure CLI scripts alongside PowerShell for identifying function apps to migrate.
- Include explicit instructions and examples for Linux/macOS users in all migration steps, especially for command-line operations.
- Reference cross-platform tools (e.g., VS Code, Azure CLI) before or alongside Windows-only tools like Visual Studio.
- Ensure that all code and configuration examples are clearly marked as cross-platform or provide platform-specific tabs where necessary.
- Audit the documentation for other implicit Windows assumptions (e.g., file paths, tool usage) and address them for Linux parity.
Create pull request