Azure
-
As mentioned in the last post, while working on deploying our web-site and its related services to Windows Azure, I started to chew on the economics of Azure hosting. This is especially relevant as I start to see my free 3-month subscription's resources being burned through by all of you checking them the links in […]
-
In the last post, we added a Windows Azure deployment project to the ASP.NET Web API project we created previously. In this post, we're going to go ahead and publish our project on Windows Azure. To get this started, we right-click the deployment project in Visual Studio's Solution Explorer and select "Publish"… … which brings […]
-
Having built our local ASP.NET Web API project and consumed its data inside AutoCAD, we're now ready to deploy our web-service to the cloud. In this first part, we'll look at some background information on Azure, in particular, and then get ready for the publishing process, which we'll complete in the next post in the […]