Finbar Ryan
Finbar Ryan
#### Repro steps Customers use the Queue and Blob Storage account bindings very frequently. If these don't work then we need to ask the customer for the details of those...
One of the more common issues a Timer Trigger doesn't run can be because of ThreadPool starvation. https://github.com/Azure/azure-webjobs-sdk-extensions/wiki/TimerTrigger#troubleshooting "if your function(s) are async, ensure that you're following correct async coding...
As discussed with @paulbatum . We have guidance around Async as discussed here. https://docs.microsoft.com/en-us/azure/azure-functions/functions-best-practices#use-async-code-but-avoid-blocking-calls By adding this analyzer to the template we have guidance on when the customer is not...
Between 20:00 UTC on 04 Mar 2020 and 03:00 UTC on 05 Mar 2020, Let's Encrypt will begin revoking 2.6% of their active certificates in-order to mitigate a security bug....
Cross posting from ['Generating Deployment Script' step consistently failing during Zip Push Deploy - applicationinsights node module exception](https://github.com/projectkudu/kudu/issues/3387) ### Repro steps. Our project consistently builds on our local dev machine,...
#### What problem would the feature you're requesting solve? Please describe. The issue is that during a slot swap one of the phases is that we Warmup the slot to...
#### Investigative information Please provide the following: - Timestamp:15th of January 2019 23:00 PM UTC - Function App version (1.0 or 2.0):2.0 - Function App name: TestFinILogger - Function name(s)...
3The potential exists for the Runtime Scale Monitoring decide to Scale In and out depending on the work length and Physical Partition count. This came in as a CRI 405625406....
Please provide a succinct description of the issue. #### Repro steps Provide the steps required to reproduce the problem 1. Add an Availability Test to an Azure Functions app from...
Add logging to identity Worker Specific Extensions Versions perhaps as part of the WorkerInitRequest
#### What problem would the feature you're requesting solve? Please describe. For In Pro and Bundles we have diagnostics that clearly show the version of the Extension loaded and if...