Hello, I have a c# .NET core app-service on azure which uses on premise SQL Server. I have used hybrid connection to connect to the database. The issue on app service is, the query takes too long to run on app-service. However, while running the query on-prem, it runs quickly. Could you suggest me possible fixes for the same?