Benjamin Hugot

Results 14 comments of Benjamin Hugot

@NickCraver some news about the build? I tried to fix it on another PR but without success

@brettsam it's not possible because it's created by listeners. I don't see how we could have race condition more than now on this.

Sure for example [BlobListerner](https://github.com/Azure/azure-webjobs-sdk/blob/3f4ec78be9f43bb041937425ced00b341883aa42/src/Microsoft.Azure.WebJobs.Extensions.Storage/Blobs/Listeners/BlobListener.cs). To me either all listener can't be restart either their component should be able to be restarted.

Important information AzureFunctionsWebHost:hostId should be lower case. Else in some case it can crash your function host

It's only the case when you override and I think it's related to a specific trigger. I had this error when used an uppercased hostid. That is not the case...

hi it's related to https://github.com/swagger-api/swagger-ui/issues/4146

Hi @MasterKuat from my point of view but I could be wrong support for managed identity is related to the migration to Azure.Storage for durable task. There is a PR...