Reputation: 2077
It is clear that Azure Hybrid Connection can be used to connect an Azure App service to an on prem SQL server. Is the reverse true? I have an Azure SQL instance that an on prem server needs to read and write to.
Upvotes: 1
Views: 163
Reputation: 21
Yes you can. If your application is in .Net platform then it is much easier. You just need to go to the server explorer in visual studio and setup the connection to azure SQL database
Upvotes: 2
Reputation: 22836
Absolutely possible. Not even hybrid connection needed.
You can connect to Azure sql with connection string similar to on premise sql instance.
Upvotes: 1