Hi @Althaus, Benedikt ,
When connecting your on-premises SQL database to your Azure Web App, you have the following in options:
- Hybrid Connection - you can install an exe on one of your on-prem servers. This exe will establish a tunnel between your app service and your database. This by far is simplest and quickest way to get going
- App Service VNET Integration - you can link a new VNET to your ExpressRoute and integrate your app service with that VNET. Upon doing so, your app service should use your on-prem DNS making it possible to use a traditional SQL connection string. What I'm not certain of is how you would use SSPI for security.
Regards,
Ryan