Azure – Pass custom tracking ID from Logic app to Function app
I want to be able to pass the custom tracking ID to the function app. I have a logic app which calls the function app and I need to pick up the custom tracking ID so I can make use…
I want to be able to pass the custom tracking ID to the function app. I have a logic app which calls the function app and I need to pick up the custom tracking ID so I can make use…
I have an Azure Function in Python and I am trying to use the python-gnupg wrapper to invoke a GnuPG binary while doing local development. This is the code I am trying out inside of the Azure Function with a…
I'm facing an issue with my Azure Function App that's triggered by a pipeline. Initially, my function app would always return a success code, even if one of its activities failed. To fix this, I modified the code to check…
I'm using CosmosDB with MongoDB API and I currently use a database instance to save IoT time series data from multiple machines in a dedicated collection per machine. Recently, our Azure Function (which processes and saves the machine data) fails…
I am working on an Azure Function App where i have multiple Azure Functions defined as blueprints. What i'm trying to do is create functions that the Azure Function blueprint can call inside the same file as the blueprint (refer…
I recently upgraded an Azure Function App from .NET 6 to .NET 8 and encountered an issue during local execution. The project compiles successfully, but when running it locally, I face the following assembly loading error: function is in error:…
I am working on an application which centers around a function app which interfaces with a handful of resources. These resources all have their own keys and connection strings, which are stored in a key vault. The function app accesses…
I wanted to upgrade an Azure Function app from .NET 6 to .NET 8 and the FunctionApp version is 4. The steps I followed was to upgrade Visual Studio to 17.9 and then changed target framework to net8.0. After cleaning…
When i run terraform plan or apply i always see, that my subnet will be deleted. So, in resource i see that its connected to vnet and subnet: i have TF code representation of that connection: resource "azurerm_app_service_virtual_network_swift_connection" "func_app_vnet_swift_connection" {…
I see that the Azure SQL trigger is now generally available on Azure SQL Database. Here is the link: https://azure.microsoft.com/en-us/updates/general-availability-azure-sql-updates-for-latejanuary-2024/ Is it also generally available for SQL Server hosted on Azure VM?