Flex Consumption simple app has 'no functions found' intermittently #2679
Labels
Needs: Attention 👋
needs-investigation
potential-bug
Items opened using the bug report template, not yet triaged and confirmed as a bug
Description
Customer reports that they were testing a dotnet-isolated Flex Consumption app in Australia East, with the default template that core tools creates. Core Tools version 4.0.5907.
They created a .NET 8 Isolated Flex Consumption app called
fjhskljfsdalkfjsd
using the Azure Portal in Australia East. Then from the command line ran:Then published to their app:
They then observed "No HTTP triggers found" at the end of publishing, and no functions showing on the portal:
They then created two or three more new dotnet isolated Flex Consumption apps and repeating this process, all failed with the same results. I couldn't repro, tried the same steps in Australia East. They reported later that the exact same steps worked for them fine, which seems to point to a temporary issue that we should track down.
I had a look and there was really something going on with that app for a while:
Namely:
Source:
Microsoft.Azure.WebJobs.Script.Grpc.FunctionRpcService
Summary :
Exception encountered while listening to EventStream
Start of stack trace:
System.IO.IOException : The request stream was aborted. ---> Microsoft.AspNetCore.Connections.ConnectionAbortedException : The HTTP/2 connection faulted. End of inner exception at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Any ideas what could've cause this transient issue with the most basic of apps for just that period of time?
Steps to reproduce
NOTE: the issues seemed transient. I was therefore not able to reproduce.
Create a .NET 8 Isolated Flex Consumption app using the Azure Portal in Australia East. Then from the command line run:
Then published to their app:
The text was updated successfully, but these errors were encountered: