Forum Discussion
voonsionglum
Mar 07, 2022Brass Contributor
Unable to deploy to Azure Web App because path, file name, or both are too long
Hi, I have recently encountered the following error when I tried to deploy my web app to Azure using Visual Studio Code. "The specified path, file name, or both are too long. The fully qualified...
Kidd_Ip
May 19, 2026MVP
Seems it was because Windows enforces a maximum path length of 260 characters, unlike macOS. To resolve it, you need to enable long path support in Windows and adjust your deployment configuration.
https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry