kellerd
kellerd
As I was running into a similar issue. I found I missed a step from the documentation, which enables the HTTP triggers to be found. https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-python?pivots=python-mode-decorators#update-app-settings Not sure if related...
I get the following error: System.IO.FileNotFoundException: Could not find file 'C:\Users\Dan.nuget\packages\HotTowel.Angular.Breeze\2.3.3\content\scripts\breeze.to%24q.shim.js'. Where it should be to$q I think this is a problem with NuGet, as the file is listed in...
Change text in bold to your own directory that it is complaining about 1) File not found: **C:\Users\Dan.nuget\**packages\HotTowel.Angular.Breeze\2.3.3\content\scripts\breeze.to%24q.shim.js 2) Go to directory **C:\Users\Dan.nuget\**packages\HotTowel.Angular.Breeze\2.3.3\content\scripts 3) Copy file breeze.to$q.shim.js **rename** to breeze.to%24q.shim.js