What is the settings file called for an Azure function app?
I have a function app in azure. When i develop locally on VS it is called local.settings.json
What is the settings file called folr an Azure function app?
I have a function app in azure. When i develop locally on VS it is called local.settings.json
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.
Azure Function App’s Custom Domain returns a 403 when IP Restrictions are enabled
I have an Azure function app with a custom domain from an external provider. The custom domain works fine until I enable IP restrictions. Once I do, if I hit the custom domain I get a 403 error, but if I hit the .azurewebsites.net url I get the expected response.
Handling WorkerErrorEvent for runtime:dotnet-isolated, workerId:dotnet-isolated. Failed with: System.TimeoutException: The operation has timed out
I have a Function App targeting .NET 6.0 that logs this error every 10-20 minutes:
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
How to see Azure Function Logs on Portal
So I created A timeTrigger azure function using Azure Portal UI
Azure Function running locally but not in Azure
I created a default Azure project in Visual Studio with an HttpTrigger.
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