How to expose Azure Sql Server database using OData
问题 Is there a way to create a Azure Sql Database and then expose it as a rest API so you may call restful calls to CRUD tables with OData? 回答1: My colleague wrote a blog on this topic explaining how you can expose an OData end point from a databases hosted on Azure. And if you want to try our product, you can read about the technical specifications and download the product on this SQL Azure OData page. 回答2: Although this is Salesforce related, this tutorial provides good insights on how to