Answered by:
Connection to SQL Server

Question
-
Answers
-
This is a management API and cannot be used to run SQL queries against the database.
You can use it for management operations like creating, deleting databases, modifying firewall rules etc
- Marked as answer by VG2014 Monday, November 18, 2019 11:26 AM
All replies
-
I believe you are looking for an ODATA wrapper to expose data in Azure SQL via a REST endpoint.
This capability is not available in Azure SQL server today.
You can however build one using Logic apps or Azure functions.
A tutorial is here.
-
If this answers your query, do click “Mark as Answer” and Up-Vote for the same which might be beneficial to other community members reading this thread .
And, if you have any further query do let us know.
-
- Marked as answer by VG2014 Friday, November 15, 2019 8:13 AM
- Unmarked as answer by Kalyan Chanumolu-MSFTMicrosoft employee, Moderator Friday, November 15, 2019 10:43 AM
-
This is a management API and cannot be used to run SQL queries against the database.
You can use it for management operations like creating, deleting databases, modifying firewall rules etc
- Marked as answer by VG2014 Monday, November 18, 2019 11:26 AM