Browse by Tags
All Tags »
Visual Studio (RSS)
Here’s a fun little thing I found out about recently. Suppose, I have a Cloud Service that I’m running on the devfabric and I want to simulate a configuration change. I’ll start by creating a cloud service with a single web role: Opening the service configuration
Read More...
Recently, I updated a somewhat out of context (for this blog) post titled " Windows Azure Tools and Visual Studio 2010 ”. One of the things you’ll notice is that we let the cat out of the bag that we’ll be releasing something new and big in November!
Read More...
Windows Azure Tools for Visual Studio Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, configuring, debugging, running and packaging of scalable web applications and services on Windows Azure. Windows
Read More...
Today, the IIS team released a the Web Platform Installer 2.0 RTW . Among the many cool new things (more tools, new applications, and localization to 9 languages) is the inclusion of the Windows Azure Tools for Microsoft Visual Studio 2008. Install
Read More...
Today, the WCF team released a patch that will help you if your are using WCF on Windows Azure . Essentially, if you use the "Add Service Reference..." feature in Visual Studio or svutil to generate WSDL for a service that is hosted on Windows Azure either
Read More...
In the July 2009 CTP of the Windows Azure Tools for Microsoft Visual Studio , we introduced a bug where if you use the App.Config file in a Worker Role, it won’t get included in your Service Package both when running on the local Development Fabric or
Read More...
If you’ve been following along, you’ll remember my post about using an existing ASP.NET Web Application as a Web Role . We’re now a little smarter in the tools and can allow you to associate any ASP.NET Web Application in the Cloud Service as a Web Role.
Read More...
After you install the July 2009 CTP and create a new project via File | New Project | Cloud Service, you now have a single template “Cloud Service” instead of the 4 you had in the past. Clicking on that brings up our new project creation dialog. There
Read More...
I’m pleased to announce that we have released a new version of the Windows Azure Tools and SDK ! (will take time to propogate, try the direct link to the download ) What’s New for the July 2009 CTP? Support for developing and deploying services containing
Read More...
Windows Azure Tools for Microsoft Visual Studio (includes SDK). If the release is still propagating, try the Direct Link New for the May 2009 CTP: Support for Visual Studio 2010 Beta 1 Update for Visual Studio 2008 Improved integration with the Development
Read More...
Lately there has been a couple of threads on the forum and some internal email around setting up an https endpoint on a Windows Azure Cloud Service. A good starting point is this article , but there are some common issues that people run into that I wanted
Read More...
Azure Services Platform Developer Challenge! Everything you need to know from a page hosted on Windows Azure: http://www.newcloudapp.com/ Couple things to point out: There are 3 categories .Net Applications ($5000 prize), PHP Applications ($5000 prize)
Read More...
Back at Mix ‘09, we announced that Windows Azure will have support for specifying which geographical region you want your Cloud Service to run. If you now go to create a new Hosted Service on the Azure Services Developer Portal , you will be presented
Read More...
(Update 9/24/2009 -- We're now included in the Web Platform Installer! See: http://blogs.msdn.com/jnak/archive/2009/09/24/installing-the-windows-azure-tools-using-the-web-platform-installer.aspx ) One of the first things I do when I get a new box is install
Read More...
What is the Service Package? It is what contains the Service Definition for your Cloud Service along with the content and binaries for each of the roles. It comes in 2 flavors. The first being a folder structure with the extension csx. For example if
Read More...