Brett Samblanet
Brett Samblanet
@ahmelsayed -- we just had someone hit this during OGF run. Did we ever get to the bottom of this? What is func.ps1 -- is that something for VS Code?
@fabiocav should weigh in on this as well. If I recall, the intention was for this to be similar to `WebHost.CreateDefaultBuilder()` (https://github.com/aspnet/AspNetCore/blob/master/src/DefaultBuilder/src/WebHost.cs#L162-L184), where a bunch of "standard" wire-up is done...
@BC89 -- that seems like a different issue -- can you spin this off into a new issue and tag me in it?
Can you share an example? As far as I know Listeners are not meant to be re-started after they've been stopped, which is why this type also cannot be restarted.
@mikhailshilkov -- I split your comment out into a separate issue (#389). @ealsur -- would setting `MaxItemsPerInvocation` allow us to restrict this to support a single document?
That's similar to what we do for blobs already -- so maybe that's the right approach. When we find any blobs, we stick the blob id into a queue message...
@fabiocav / @mathewc -- is this possible?
@mathewc -- what's the latest status on this?
This is a bug. We currently only apply the metrics if it comes from our logger that we pass in. We check the category/event pair. When you inject a logger,...
@SashaPshenychniy -- are you trying to log to a specific function file? If not, you're likely hitting https://github.com/Azure/azure-functions-host/issues/4345. There's a workaround listed there -- explicitly let your category through our...