Hi
SQL Azure OData Service can be accessed from both HTTP or HTTPS application.
Can you please post the errors you are getting while accessing the SQL Azure OData service ?
Please verify the following
1. Check whether "Allow Microsoft Services" is enabled in SQL Azure Firewall
2. Test SQL Azure ODATA service from odata explorer such as http://metasapiens.com/sesame/data-browser/preview/ or http://www.silverlight.net/content/samples/odataexplorer/,
Both of these 2 ODATA Explorer websites are running in HTTP and accessing SQL Azure OData service running on HTTPS
The following articles explains you how to access it from Javascript and ASP.Net
http://www.asp.net/ajaxlibrary/OData-HOW-TO-Query-an-OData-Service-Using-Ajax.ashx
http://www.asp.net/ajaxlibrary/OData-HOW-TO-Insert-Data-with-an-OData-Service-Using-Ajax.ashx
http://www.asp.net/ajaxlibrary/OData-HOW-TO-Update-Data-with-an-OData-Service-Using-Ajax.ashx
Arunraj Chandrasekaran, MCTS, Author:
SQLXpertise.com
If you found this post useful, let us know by clicking "Vote as Helpful" and Propose as Answer