问题
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 create a simple ASP.Net application to expose your tables as OData services.
回答3:
i really liked this tutorial
http://www.alessandromoura.com.br/2017/10/12/creating-an-odata-service-using-logic-apps/
a bit harder to implement but its your's, you can do anything, and you can even make it anonymous if you'd liked (it's anon in the tutorial i believe)
or google "azure sql database odata"
来源:https://stackoverflow.com/questions/40830122/how-to-expose-azure-sql-server-database-using-odata