Aishwarya Bhandari

Results 29 issues of Aishwarya Bhandari

#### What problem would the feature you're requesting solve? Please describe. In [this ICM](https://portal.microsofticm.com/imp/v3/incidents/incident/427441884/summary), the `TokenExpirationService` error'ed out due to a parsing error which caused the entire app to go...

supportability
design

When we are binding to multiple table output bindings, today we don't support the batch transaction feature that is offered by tables: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.table.tablebatchoperation?view=azure-dotnet Today we just loop through each table...

needs-discussion
design

When testing, we sporadically see multiple calls for `"The function call succeeded. Let the user know you completed the action"`, when we should only be seeing one. This is likely...

func-ai

> There's a rare edge case where the Azure Functions Host restarts the crashed Node.js process and gets into an invalid state. The Node.js worker does restart, but the host...

Needs: Triage (Functions)

The Http trigger template does not work today out of the box for users since the dependencies are not updated to the latest one.

func-ai
.NET

### Issue describing the changes in this PR Part of [#3826](https://github.com/Azure/azure-functions-core-tools/issues/3826) We need the commit id when generating the release tag on GH for the core tools release so adding...

### Description In [ this PR](https://github.com/Azure/azure-functions-core-tools/pull/3802) for the feature OOP host branch, a lot of the tests were marked as flakey, which caused the build to keep failing. I've marked...

enhancement
Needs: Triage (Functions)

### Issue describing the changes in this PR resolves #4458 When we run dotnet new func, we are expecting the project and item templates to already be installed since they...