azure-functions-sql-extension icon indicating copy to clipboard operation
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+

Results 112 azure-functions-sql-extension issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

Add template here: https://github.com/Azure/azure-functions-templates/tree/dev/Functions.Templates/Templates-v2

engineering

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...

major-package-version-bump

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...

engineering
Triage: Done
major-package-version-bump

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...

bug
output-binding
Triage: Needed

**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...

enhancement

- 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...

bug
P0
Needs Logs

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;...

enhancement
trigger