Missing Functions in isolated worker function app

Eberl Sebastian 20 Reputation points
2024-09-26T09:35:01.07+00:00

Hello!

I upgraded from an in-process modell to isolated worker.
After the deployment everything worked and the functions were able to be invoked, but I got an error message saying: Referenced bundle Microsoft.Azure.Functions.ExtensionBundle of version 1.8.1 does not meet the required minimum version of 2.6.1.
So I added the extension bundle in the host.json:

  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[4.*, 5.0.0)"
  }

After redeploying the function app, all functions went missing and could not be invoked anymore.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,953 questions
0 comments No comments
{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.