Share via

Azure functions dissapearing as soon as eventhubtrigger is added

Tijn 0 Reputation points
2026-05-07T13:45:09.2866667+00:00

Hi!

For a school project I need to use an eventhubtrigger in Python using Azure functions. I can add the default HTTP trigger just fine, deploy it, and see it in portal. However, as soon as I want to add the eventhubtrigger (just the default of the Azure extension in VScode) all my functions (including the HTTP trigger) dissapear, which is very strange as I can run it locally just fine (so the connection string is good, and yes I did put the connectionstring in env variables with the same name as in local.settings.json). The logs only say that it can't find Python functions, which is trange since it could first do the HTTP trigger.

I've tried switching to a different plan, starting from scratch, ... But nothing works. Any idea how to fix this? Thanks!

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Your answer

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