Azure SDK 1.3 and Fresh New Developer Portal Available

Well now I’m busy with preparing my session about the Windows Azure AppFabric on TechED 2010 China, one of my colleagues Chen Pu told me that the new Azure Developer Portal was released last midnight. Then I just closed my session presentation and have a look on this new webiste. I had seen it before in the PDC10 videos and knew that it will be more quickly and user-friendly. Now let’s take a look on what it is.

When you log on the development portal of Windows Azure, SQL azure or AppFabric, there will be a section page where you can choose to log into the new fancy portal or the old poor one.

00

The whole website was built by Silverligh. That means it provides very good user experience.

01

So let’s have a look on some key sections/features we are familiar with before, to see how it become in the new style. First of all is the Windows Azure Services Management.

02

As we can see all the hosted services, slots and instances are listed on the main grid. And the additional information was on the right hand side such as the name, URL and deployment ID, etc. And on the top tool bar there are the commands we can use such as Upgrad, Stop, Start, Change Config, etc. And there are some new features in this release: Reboot, Reimage and Remote Desktop.

Next is the new SQL Azure portal. Just click the Database menu in the bottom left panel.

03

One of the cool thing is that, when we click the Manage button it will bring the Hoston, a web-based SQL Azure Management Application, to us.

04

And then, some other features that available within this new release. We can add some Co-Admin of the azure project.

05

Also there are some Beta Programs we can apply to use.

06

For more details about is new portal here is the help on MSDN.

Also the new SDK 1.3 was available as well we can download here.

Summary

The new protal and SDK 1.3 was mentioned in the PDC10 at first. After a very quick overview I think the user experience and performance improved a lot. And it brings a lot of new feature to us. Most of them give us more power to control the actual runnning virtual machines.

In the short future I’m going to introduce some key new features avaiable in the new SDK 1.3.

Hope this helps,

Shaun

All documents and related graphics, codes are provided "AS IS" without warranty of any kind. Copyright © Shaun Ziyan Xu. This work is licensed under the Creative Commons License.

This article is part of the GWB Archives. Original Author: Shaun

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.