SharePoint and Windows Azure Developer Training Kit–Summer Update

While the summer here in Seattle has been short, we managed to ship an updated version of the SharePoint and Windows Azure Developer Training Kit for all of you wanting to explore how these two technologies come together. Below, you can find the updated kit plus some additional information on how to get up and running with your development environment, your Windows Azure account, and of course some additional references as you seek out some practical guidance beyond the kit.

The Kit

There are two ways to interact with the developer kit. The first is online through the SharePoint and Windows Azure Developer Learning Center: https://msdn.microsoft.com/en-us/SPAzureTrainingCourse. Here you can browse the labs online, review sample code and decks, and more. You can also download an offline version of the developer kit as well from here: https://www.microsoft.com/download/en/details.aspx?displaylang=en&id=24398. You can then run the EXE, which will install all of the files locally for you to work with.

Your Development Environment

You’re going to want to code against something once you’ve downloaded the kit, and you have a couple of options. The first is to install all of the required software locally, which would include:

I would also install a newer version of IE (e.g. IE 9) to take advantage of the debugging and also download Fiddler.

Now, before you run off and begin installing all of this, you have a couple of options.

1. Download the IW VM that you can use as your primary (and virtualized) development environment: https://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21099. Note that you would need to install the Windows Azure SDK, Expression Blend and SQL Server 2008 R2 bits on this VM, but it does save a lot of downloading and setting up. It’s also good for 180 days before expiring.

2. Use the Easy Set-Up Script to install most of the above software to get your SharePoint environment set up. You would also need to install the Windows Azure SDK, Expression Blend and update the SQL Server 2008 R2 bits here as well. But again, a more streamlined way to set up your environment.

Developer Account

Once you’ve got all of your software set up and ready to go, you’ll also need to obtain a Windows Azure Developer Account. You can get a free trial account here: https://www.microsoft.com/windowsazure/free-trial/. You can also find out more generally about Windows Azure by visiting the Windows Azure landing page here: https://www.microsoft.com/windowsazure/.

Additional Resources

There are a few decent resources to help you along with integrating these two sizeable platforms:

I’m sure there is more, and as I find more links, I’ll update this blog. Feel free to reach out to me with interesting links and content, and I’ll cross post.

Enjoy!

Steve