How to expose Azure Sql Server database using OData

折月煮酒 提交于 2019-12-30 06:21:23

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!