Surbhi Gupta

Results 29 issues of Surbhi Gupta

Currently, in case of Worker Indexing, Host loads all the extensions as it does not have function metadata available at that time for filtering out extensions that are not needed....

design

_**This PR is currently on hold as we are discussing on some design scenarios.**_ ### Issue describing the changes in this PR Resolves #7292 Design - [doc](https://dev.azure.com/msazure/One/_git/AAPT-Antares-Docs?path=/TeamDocs/FunctionTeamDocs/Design/OOPWorkers/%5BIn%20Progress%5D%20RecycleFailingLanguageWorkers.md&version=GBsurgupta/recycle-failing-workers&_a=preview) This PR contains...

Epic to track the work needed for Project Stein GA. We may need to plan and do some items **per language** as their new programming models move towards GA. -...

Currently, Project Stein (workerIndexing) is enabled using a feature flag on the Host side `"AzureWebJobsFeatureFlags": "EnableWorkerIndexing" ` Once the new programming model is stabilized, we can plan to remove this...

Ideally, it is expected that worker will receive `WorkerInitRequest` first and then `FunctionMetadataRequest` (in case of Stein) or `FunctionLoadRequest` (legacy scenario). However, by random chance, it seems the second worker...

needs-investigation

Addressing comment from Varad here - https://github.com/Azure/azure-functions-host/pull/8812#issuecomment-1275232727. ### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** require documentation...

Daylight saving time change caused the timer trigger not to trigger for 1hour for below repro app. #### Repro app details - Function App : prod-mcz-balance-app Timer trigger: SendImbalanceToFiftyoneAsync OS:...

bug

This is a tracking item for updating internal CI/CD pipelines connected to this repository.

### Issue describing the changes in this PR resolves #10944 ### Pull request checklist **IMPORTANT**: Currently, changes must be backported to the `in-proc` branch to be included in Core Tools...

This issue tracks setting the Hosting config to disable v3.x logs. The changes are already added in the Host to support disablement of v3.x logs using Hosting Config - https://github.com/Azure/azure-functions-host/issues/10546....