Madhuri Koripalli
Madhuri Koripalli
**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...
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...
We currently run tests for only .NET 6 and whenever we bump version of our sql client library we risk running into issues like #920 Investigate a way to test...
Update the trigger templates to point to GA version and remove the documentation and comments wherever applicable to use GA version.
Add Open Telemetry/Activity tracking support for SQL trigger. - summarize the schema we want to log and create activities to collect them using the open telemetry. Follow-up item: - using...
To be able to test our extension code with the extension bundle, we have the following plan: Phase 1: 1. Pull the extension bundle repo and build it replacing our...
Follow up from https://github.com/Azure/azure-functions-sql-extension/pull/960.
Have added a lot of plumbing while adding tests fot SqlOptions - reading optional settings from host.json. Go through the code and remove the unnecessary/unused bits. Follow up item from...
```[tasklist] ### Tasks - [ ] Revert Preview removal PR from repo docs. - [ ] Check and revert templates if required. - [ ] Check and revert templates if...
```[tasklist] ### Tasks - [x] Check and update all dependency libraries to the workable latest versions. - [ ] Integrating Dependabot ```