sarah
sarah
Add .NET6 Benchmark apps to the load-testing repo. The app and terraform files are ready but need to be properly integrated into the newly refactored repository and directory structure. -...
Local testing would be much improved with scripts for testing Core-Tools, VS, and .NET CLI. Things that would be nice for a script to do (not comprehensive): - Delete `.templateengine`...
Follow up of [this issue](https://github.com/Azure/azure-functions-dotnet-worker/issues/2335). We've been seeing an increase in "No Job Functions Found" errors as a result of improperly zipped apps that resulted in an unexpected folder structure....
Is there an equivalent for specifying dump type like the [windows version](https://learn.microsoft.com/en-us/sysinternals/downloads/procdump#using-procdump)? If not, what is the default and is it possible to get a full dump file?
Logging extensions from `extensions.json` or exact assembly file names that extensions are loaded from to help with debugging. Related to #9666 - startup types with the exact same name in...
#### Investigative information Result of CRI. Due to an [update in the FrontEnd](https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kestrel_yarp.md), the FrontEnd table will log `400.604` errors (client gone, client disconnected), but the host will continue executing...
When an execution times out and the worker channel restarts as a result ([here](https://github.com/Azure/azure-functions-host/blob/cb16901e58789c7aed5db8e8c913d71b9c8fc2a6/src/WebJobs.Script/Workers/Rpc/FunctionRegistration/RpcFunctionInvocationDispatcher.cs#L679)), no exception is passed into the [call to shut down the existing channel ](https://github.com/Azure/azure-functions-host/blob/cb16901e58789c7aed5db8e8c913d71b9c8fc2a6/src/WebJobs.Script/Workers/Rpc/JobHostRpcWorkerChannelManager.cs#L42). This results...
Due to changes w/ the pipeline migration, we need `Test.Common` (which is released as an [official nuget package](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Host.TestCommon)) to be moved out of `test` and into `src`.
### Issue describing the changes in this PR WIP still testing CI runs ### Pull request checklist **IMPORTANT**: Currently, changes must be backported to the `in-proc` branch to be included...
[This document](https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Cisolated-process%2Cnode-v4%2Cpython-v2%2Chttp-trigger%2Ccontainer-apps&pivots=programming-language-java) is misleading. Java is not supported in core-tools (see [here](https://github.com/Azure/azure-functions-core-tools/issues/2542#issuecomment-819087029) and see [supported local development environments](https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local?pivots=programming-language-java#local-development-environments)). While a core-tools installation is necessary for these environments, it should not...