Relative Content

Tag Archive for azureazure-functions

Azure Function FunctinoBuilder Exception

im developing an azure function in python, when running it locally i have no problem but when i deploy it to Azure it gives me a Exception: TypeError: <azure.functions.decorators.function_app.FunctionBuilder object at 0x7f5015b52110> is not a module, class, method, or function.

Config settings for Azure Subscriber Function

I have a subscriber function in C#, that’s is listening to an Azure topic. It is working perfectly well when I run it from my Visual Studio. However, when I deployed it to Azure, it is not triggering automatically.
I have the following in my code:
local.settings.json

Azure Function Blob Storage Monitor

I’ve been having some issues with my Azure Function that monitors a blob storage. I’ve followed the tutorial here: https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-grid-blob-trigger?pivots=programming-language-csharp

Azure Deleting a function

I am trying to delete a function app so that I can recreate it but when I try to recreate it says it already exists