Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.92k stars 441 forks source link

[ARM VFS] 404 returned when trying to fetch the contents of .csproj file #5744

Open takyyon opened 4 years ago

takyyon commented 4 years ago

Unable to load the content of .csproj file from arm vfs api. It returns a status of 404 even when the file exists.

You can repo this using the following steps,

Go to aka.ms/ibizafication Open the Preview experience from the banner image

Go to App Files from the menu and select extensions.csproj from the file dropdown.

Note: The file content can be accessed through the Kudu site

Connected Issue - https://github.com/Azure/Azure-Functions/issues/1506

kashimiz commented 4 years ago

I'm still able to reproduce this issue. @mathewc, I see you created a PR to address this; are there plans to get it merged?