Azure Function Timer Trigger Connection string error

Scott Rowles 1 Reputation point
2020-12-08T15:08:41.517+00:00

I have created the default .net core Windows timer trigger app in a new function app as a single function all by itself. Before I change ANYTHING in the function, the default function throws the following error:

2020-12-08T14:31:47.515 [Error] Executed 'Functions.CloudAssetHeartbeat' (Failed, Id=0128e6c3-d021-4763-9cad-1be5fe3c7001, Duration=0ms)Value cannot be null. (Parameter 'connectionString')

I have deleted the function and recreated. I have deleted the function app and recreated. I have added additional code to the function.

Everything results in the same error.

I do have another function app with multiple functions running just fine as a powershell core in the same subscriptions.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,018 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.