I am trying to find an event that notify that and aspnet core application is now ready to server http requests.
I tried to use the IApplicationLifetime.ApplicationStarted
but the event is raised before the application is ready to handle requests.
Thanks