Michael Daw
Michael Daw
No doubt a manifestation of this issue, which hasn't been fixed for 10 years 😖 [Container.CreateIfNotExist throws exception if container exists](https://github.com/Azure/azure-sdk-for-net/issues/109#issuecomment-1118217363) If anyone gets assigned to this (and I hope...
Thank you for your response. I'll be looking forward to being able to add WebPubSub to my current project. I'm developing this project using the out-of-process mode. I think the...
I'm currently using a second application for this, yes. It certainly works; thanks for the suggestion. That said, from what I understand, there is a limit to the number of...
I have a related problem so I thought I'd write about it here rather than make a new issue. In my function app, there are many calls to dependent services....
@brettsam For me, the category seems to always be Function.FunctionName. I don't see any categorized as Host.Bindings.
Please factor the following while weighing the pros and cons of tracking successful dependencies: These are screenshots of the Application Insights instance and cost analysis for a particular Function App...
@brettsam @lmolkova Thanks for looking in to this, everyone. I've implemented the code @lmolkova posted above. Strangely, the code seems to work as expected when I debug the function app...
I wasn't aware of the extensions.json file, but it looks like that was the problem. Here's the local extensions.json file. The "Startup" class mentioned is the one I added that...
Absolutely. The target framework is .NET Core 2.1. Here are the package references from the Function App: ``` ``` It mentions a "scadavantage.common.core". Here are the package references from that...
@lmolkova: thank you for explaining this. In our case, the functions in question are HTTP-triggered. The dependencies in questions are, for the most part, calls to tables using the .net...