Justin Grote
Justin Grote
As a workaround, I usually just import the Powershell Worker DLL module from the func tools worker and then I get intellisense. I've considered making a module that generates proxy...
> where can you get that module? It's buried in the azure functions core tools. I imported it here, you can find it relative to the `azure-functions-core-tools` part of the...
This is happening to me @AnatoliB after upgrading to Core Tools `3.0.2881` Runtime `3.0.14287.0` Powershell Worker `3.0.293` using the `Attach to Powershell Functions` in VSCode Also nothing works at the...
@EricJizbaMSFT I notice that Worker Process message doesn't show sometimes with Func Start since they changed the logging infrastructure in the newer version (and subsequently removed the functions logo which...
@AnatoliB in my case it fails every time, I think some others had the same.
> 2. VS Code _freezes_ on the _first_ attempt to debug. I've been unable to reproduce this myself. This might be local to me, I've been noticing console freezes in...
Just updating that this is still an issue and leads to an extremely poor debugging experience. Here's a twitter complaint: https://twitter.com/Ehuggz1/status/1398276053827821570
@Francisco-Gamino, @eamonoreilly looks like he no longer contributes as of October but this item is assigned to him. Perhaps get it re-evaluated and potentially re-resourced to @anirudhgarg or @AnatoliB perhaps?
@anirudhgarg 6-month status check, is this still viable? In my experience with Azure Functions Powershell, there's a lot that can be done to help correlate an exception to a series...
Remoting doesn't work at all in functions due to the sandboxing of the app service runtime it runs on. Since you can publish fu cations into a container now, it...