Bias Analysis
Detected Bias Types
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by primarily referencing Windows-centric tools (Visual Studio, Azure Storage Explorer), providing detailed instructions for Visual Studio and Azure portal (both Windows-focused), and omitting explicit Linux alternatives or CLI-based workflows. Visual Studio Code is mentioned, but only in the context of its Data Mapper extension, with no parity for Linux-native or cross-platform approaches for tasks like map creation, assembly upload, or artifact management. There are no examples using Linux shell, Azure CLI, or cross-platform automation tools.
Recommendations
- Add explicit instructions and examples for Linux users, such as using Azure CLI, PowerShell Core (cross-platform), or REST API for uploading maps and assemblies.
- Include references to Linux-compatible tools for managing Azure resources (e.g., azcopy, Azure CLI, REST API calls) alongside or before Windows GUI tools.
- Provide parity in map creation workflows by mentioning open-source or cross-platform editors and tools (e.g., VS Code on Linux, XML editors) and how to use them for Logic Apps.
- Clarify that Visual Studio Code and Azure portal are available on Linux and macOS, and provide any platform-specific caveats.
- Add sample commands and screenshots from Linux environments where possible, especially for file uploads, artifact management, and project structure.
Create Pull Request