timjansenortec
timjansenortec
Thanks for your response, but it is still not clear to me. "You can set it to dotnet runtime"...this is pretty vague. When should runtime 'dotnet' be used? It seems...
As a workaround, I have written my own custom connector that internally uses DefaultAzureCredentials. This works fine. For me this is worth the effort, since I am doing a bunch...
I have preciously created a documentation ticket about FUNCTIONS_WORKER_RUNTIME. see https://github.com/MicrosoftDocs/azure-docs/issues/97193 For me it is still unclear what this setting actually does...
The problem that @oananicolaie (she is a colleague) reported was solved by adding setting AzureWebJobsSecretStorageKeyVaultUri, since we use "AzureWebJobsSecretStorageType": "KeyVault". see https://github.com/Azure/azure-functions-host/pull/7683