Surbhi Gupta
Surbhi Gupta
@flq can you try once again with the latest runtime version 4.5.2 and verify if you are still seeing this issue? Below is my setup which did not reproduce the...
Got it. Yes, I am able to repro the issue. Thanks @flq and @chaospixel for clarifying. We will need investigation here but the requirements mentioned in the issue are clear....
While we are investigating this, the [workaround](https://github.com/Azure/azure-functions-host/issues/8413#issuecomment-1136893015) suggested above is the correct approach. You can also use another approach to return [ContentResult](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.contentresult?view=aspnetcore-6.0) `Task` and set StatusCode in it.
Investigated a bit with @michaelpeng36 on this. Summary as follows - - No error if using legacy apps. - No error if passing the storage string. **Error Scenario -** With...
Updates: - When testing with docker images (Host v4.5.1), we are seeing this issue in both legacy and PyStein apps. If we remove extension bundles from Host.json then it all...
**Updates:** Below are the scenarios we tested along with their results - Host v4.6.1 + Core-tools (manually prepared) - - PyStein app **works** without extension bundles in Host.json. - PyStein...
@andystaples @Francisco-Gamino I have a few questions - 1. Are you also seeing this issue with legacy apps and working indexing not enabled? Also, if you can share behavior with...
As discussed, this is the current behavior of Stein apps. Further enhancement on this will be tracked [here](https://github.com/Azure/azure-functions-host/issues/8614).
Design doc - [Link](https://dev.azure.com/msazure/One/_git/AAPT-Antares-Docs?version=GBmaster&path=/TeamDocs/FunctionTeamDocs/Design/Host/SelectiveLoadingOfExtensions.md) There is also a _deep dive_ document in-progress mentioning sequence of events in Host code in legacy and stein scenarios and explaining which classes will be...
@paulbatum @pragnagopa @fabiocav I have started looking into this. Can you share some thoughts on what signals can help Host identify if a worker is faulty?