azure-functions-sql-extension
azure-functions-sql-extension copied to clipboard
Azure SQL bindings for Azure Functions ⚡️ supports Azure SQL Database, Azure SQL Managed Instance, and SQL Server 2016+
**New UserFunctionId**: We have used the [WEBSITE_SITE_NAME](https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) instead of the host id for creating the new **_userFunctionId_** **Migration** steps followed: 1. While creating the lease table entry in the global...
**Problem Statement:** The ORMLite framework in Azure Function with.NET 8 is what we're using to fetch data from multiple tables using SQL joins and select into a single model. However,...
I have an Azure Function that scrapes a website every day on a daily time trigger, all results are stored in a dictionary. At the end I want to store...
Add template here: https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/Templates-v2
Dependabot PR : https://github.com/Azure/azure-functions-sql-extension/pull/1065 Doing this results in a major version update of the Microsoft.Identity.Client.Extensions.Msal package (2.31.0 -> 4.56.0) so we need to verify that such an update is safe...
Dependabot PR : https://github.com/Azure/azure-functions-sql-extension/pull/994 Doing this results in a major version update of the Microsoft.Identity.Client.Extensions.Msal package (2.31.0 -> 4.56.0) so we need to verify that such an update is safe...
Some languages, such as Java, remove null properties from an object when serializing into JSON. For Java specifically this is because the [default behavior of Gson is to ignore null...
**Problem** We have a logic app with SQL trigger and a function with a SQL trigger running against the same database. Both use the internal state tables. The problem is...
- Azure Functions SQL Extension or Extension Bundle Version: 3.0.461 - Is this a deployed or local function: local - What type of Database are you using? Microsoft SQL Azure...
A nice feature would be, on the SQLTrigger, having the ability to have a "Before" Object that represents the state of the object before the update. IE ```csharp using System.Collections.Generic;...