I'm new to the whole idea of cloud programming to store information connected to mobile/web/applications. I've been reading through tutorials and Microsoft seems to have done a good job tying everything together and making it fairly simple to adapt for your purposes.
However, all tutorials assume you will be using every aspect of your application from Microsoft's Azure (website, mobile services, data storage, database etc.).
I'm wondering if anybody knows of an example I can use to see how to connect an external website (one not hosted on Microsoft Azure) to their Data Storage (on Azure)? What do the connection strings look like? Most importantly, how do you add the libraries/classes to the external server?
i.e.
- user makes changes to record/entity on www.example.com (php)
- www.example.com connects to data storage on Windows Azure
- record/entity is update/inserted
It seems like there should be a fairly easy solution to this, or maybe I'm missing something?
Thanks for any help!