Have several services written using the new generic Ihost in .NET CORE 2.1: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-2.1
I can't find any documentation on how to host these in Azure, I've tried hosting them in App Service but they don't seem to be recogniced as they don't start. How am I supposed to host these in Azure?