Ankit Kumar

Results 20 comments of Ankit Kumar

We (@thaishankar and I) took some time to investigate this issue. We looked at @chuanqisun's app as it was in the weird state mentioned in the issue. I wasn't able...

I am moving it out from the Sprint, but I will leave this open and assigned to me for updates.

Had a customer issue last week, where this truncation caused collision between multiple function apps sharing the same storage account. @fabiocav, is this already planned for V3?

@ahmelsayed, we are planning on migrating to the new gRPC library -- https://github.com/Azure/azure-functions-host/issues/5237 But I am not sure if that'd be enough. As all the language workers (node, python, etc)...

Ah! Sorry, I missed the part where you said - "However this will only work to enable dotnet functions". Thanks, makes sense. @wisesimpson, I don't think we have a timeline...

This may get pushed to another Sprint as I have some higher priority items for this Sprint. Please let me know if anyone has concerns. If so, please state them...

@ahmelsayed, maybe this issue got a little side tracked. But, file watchers even for Windows have been a bit unreliable as @brettsam said above. Specially with the case of `app_offline.htm`...

@garrytrinder, do you happen to be missing `local.settings.json` in your function app directory? If so, I would recommend you run `func init` in the function app directory and select `dotnet`...

It seems like `HttpTrigger` does in fact get disabled properly, when the disabled property is set in `function.json`. However, when I tried the same with a `TimerTrigger`, it continued running....

Not the expert, but I did work on this a bit. I think we'd have to verify the impact of the major version update. Maybe @brandonh-msft, as you suggested, we...