I have a task to connect on-premise SQL Database from Azure Function through VPN.
For this, it has been created the Hybrid Connection.
I have gateway connection string from hybrid connection like
Endpoint=sb://XXXXXXXX.servicebus.windows.net/;SharedAccessKeyName=defaultListener;SharedAccessKey=YYYYYYYYYYYYYYYYYYYYYYYY;EntityPath=ZZZZZZZZ
What else should I have to get connection string to my on-premise database?
Can you give me an example of how I can get access to DB?
Function have written with C#.