▲ 2 r/AZURE
All Azure Functions dissapearing a soon as eventhubtrigger is added (Python)?
Hello!
For school I need to make an eventhubtrigger in azure functions (that will then handle messages to the database and stuff). I have done this in C#, but the project says it needs to be done in Python. I can add the default HTTP trigger just fine, which shows up in portal, but as soon as I add the eventhublistener (via the Azure extension in Visual Studio Code, so nothing changed about it) no matter what I do all my functions dissapear. It seems pretty rude to me.
The logs don't tell me much, only that it doesn't find any python functions. Yes, the folder structure and names are correct, because it works with just the HTTP trigger. Could someone help me out? Thanks!
u/Ill-Ad3267 — 8 days ago