Scott McIntosh
Scott McIntosh
I am REALLY struggling with this same issue in Azure Functions for dot net core 3.x! When I run locally my local.settings.json is loaded and all is well. After I...
I **FINALLY** found a way to make this work. Many many many thanks to @bassem-mf for his solution created a light at the end of the tunnel! ``` internal static...
I noticed that in the comments for the latest release-3.0.4.0 that the work around is to use Options to request rearming. Is there somewhere where how to use the options...