Windows & Git Bash Compatibility for Azure Data Factory Overview Azure Data Factory development frequently occurs on Windows machines using Git Bash (MINGW64) as the primary shell. This introduces path conversion challenges that can break CI/CD pipelines, npm commands, and deployment scripts. Git Bash Path Conversion Behavior Automatic Path Conversion Git Bash (MINGW) automatically converts Unix-style paths to Windows paths: Conversions: - → - → (path lists) - → (arguments) What Triggers Conversion: - Leading forward slash ( ) in arguments - Colon-separated path lists - Arguments after or wit…