starting from Visual Studio 2010
-
Wednesday, June 20, 2012 2:17 AMI have successfully compiled an application with Visual Studio 2010 where the solution configuration setting is Azure and the solution platform setting is Win32. I need to know how to proceed from here in order to upload the application to the cloud. It is intended to be available for use by about 6 people as a start. I'm guessing the first step would be to buy space on the cloud but I don't really know.
All Replies
-
Wednesday, June 20, 2012 7:59 AMModerator
Hi,
I guess you need some tutorials about Windows Azure platform.
Here you can register free trial account for Windows Azure or buy a billing account:
http://www.windowsazure.com/en-us/pricing/free-trial/
https://account.windowsazure.com/Home/Index
Then you can go Azure management portal to create cloud services and other components (Storage, ServiceBus, Connect, Virtual Machine, Website, Caching (preview), etc).
Here is Azure training course:
http://msdn.microsoft.com/en-us/wazplatformtrainingcourse_windowsazure_unit
About how to deploy web application, check this article:
http://msdn.microsoft.com/en-us/WAZPlatformTrainingCourse_DeployingApplicationsinWindowsAzureVS2010
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework
- Marked As Answer by nonprofessional user Thursday, June 21, 2012 12:17 AM
-
Thursday, June 28, 2012 1:57 AM
Hi Arwind,
I forgot to thank you for your excellent answer. I have accessed the sites and everything is working perfectly.

