How to publish a Web service and SQL Server Database to Microsoft Azure ?

Hi.

I am developing an Windows 10 Universal app using Web Service, I purpose to publish a Web Service and Database to Azure for remote data and service to make it real, I am tired with local database and I want to try something new. Is it possible ? If yes can you give me some examples for this and what do I need to learn? If not, can you recommend some ideas for me to do that. I just have a DreamSpark - free subscription for Azure so I hope it can work. 

Thank you !


September 14th, 2015 12:44pm

Ofcourse it's possible. Concept is not much different form running web service and database on any server(host). You have app that connects to web service, web service connects to database and collects data. Then web service returns data to app. There is lot of links that can help you get started.

https://msdn.microsoft.com/library/azure/ee336282.aspx

http://azure.microsoft.com/en-us/services/sql-database/

http://azure.microsoft.com/en-us/documentation/services/sql-database/

https://azure.microsoft.com/en-us/documentation/articles/data-management-azure-sql-database-and-sql-server-iaas/

https://msdn.microsoft.com/en-us/library/azure/ee336279.aspx

https://channel9.msdn.com/Series/developing-windows-azure-and-web-services

https://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-create-deploy/

https://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-get-started/

https://channel9.msdn.com/Series/developing-windows-azure-and-web-services/01

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 1:09pm

Thank you so much, that was precious answer!
September 14th, 2015 11:16pm