Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
HI @Hemant
Thanks for confirming during the offline discussion that the issue is resolved. The connectivity issue between the Azure Cloud App Service and the on‑premises MS SQL Server was addressed by creating and configuring a Hybrid Connection. The required SQL connection string was then added to the App Service configuration. Connectivity was validated from the App Service runtime using a PowerShell command executed from the Kudu (Debug Console). The validation returned “Connection SUCCESSFUL! The Web App can reach the SQL database”, confirming that the Azure App Service can now successfully connect to the SQL Server.
Reference :
https://learn.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections?tabs=windows
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you