Windows Azure - Configure Customized Operating System For an Azure Application

Introduction:


In this article we are going to see how to customize the operating system on which an Azure application can run using the Windows Azure Management Portal.

Overview:

In our earlier article, we have seen how to create an application in Azure, deploy it and manage it using the different options available in the Azure Management Portal. In this article we will see how to manage a customized operating system for an Azure application to run in that environment. Azure Management Portal is very powerful, we have many management options available with simple button clicks. Let us see step by step how to customize the operating system for an Azure application using the Windows Azure Management Portal.

Steps:

Login to the Management Portal using the following link:

http://www.microsoft.com/windowsazure/
We will see a screen like below. Select the Sign into Management Portal at the top right corner:

1.png

After selecting that sign in to Management Portal you will be asked for the Username and Password to authenticate the process as shown in the following screen:

2.png

Once we gave the correct credentials and click on the submit button it will navigate to the main screen of the portal as shown in the following screen:

3.png

Now click on the Hosted Services, Storage Account and CDN option in the bottom menu and then select the Hosted Services as shown in the screen below.

4.png

Now select the deployed application (F5 Debug) as shown in the screen below. Here we will see the options like the environment on which it's deployed and the DNS name to access the application etc.

5.png

In the top Menu Ribbon we will see a Configure OS option as highlighted in the screen below. We need to use this option to configure the Operating System for the application selected.

2011-07-12 06h54_43

Clicking on this Configure OS button will open a window pop up as shown in the screen following with 2 options:

    1. OS Family - Targets the Server
    2. OS Version - Targets the Guest OS

    2011-07-12 06h56_03

    First select the OS Family drop down; we will see the 2 options available as Windows Server 2008 SP2 and Windows Server 2008 R2. Select the appropriate one required and move on to the next one. Here in our sample we have selected the R2 version.

    2011-07-12 06h57_04

    Once Windows Server 2008 R2 is selected, now click on the OS Version drop down and we will see the list of Azure Guest OS Versions as shown in the screen below. Select the appropriate required version.

    2011-07-12 06h57_45

    Once the selection is done for the both the options we will see the screen looks like below.

    2011-07-12 06h58_27

    Now click on the OK button to proceed further. We will see the status of the application configuring the Customized OS as shown in the screen below.

    2011-07-12 06h59_11

    Once the process is completed we will see the status as Ready as shown in the screen below.

    2011-07-12 07h15_07

    Now the application is configured to run on the Windows Server 2008 R2 version selected with the appropriate Azure Guest OS version.

    Conclusion:

    So in this article we have seen how to configure a Customized Operating System for an Azure application using the Windows Azure Management Portal.