What is Windows Azure REST Api technology?

I am wondering how Azure REST Api is built. Did Ms use the Star Starter kit or WCF Web.API? Or are these SOAP services affected by HTTP bindings?

+5
source share
2 answers

I don’t think we have ever shared this information with the implementation.

+3
source

The table services API most likely uses WCF data services or some kind of individual variant. Other APIs probably use .Net 4 WCF REST. They, of course, do not use the REST starter kit, because it was only a prototype. And the web API is still under development, so I know that they do not use it.

-1
source

All Articles