You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an issue recently with function app start due to ProcessStartupTimeout is 60 seconds.
we got lot of dependencies and key vaults with lot of secrets which make our function startup to go beyond 60 seconds. It would be better if we can get startup time configurable at least when function app run in container environment.