How to Setup SharePoint 2013 With Windows Azure : Part 1

Setting up the Environment

As you know cloud computing can be defined as IT services that are deployed and delivered over the Internet and are scalable on demand. Cloud computing is fundamentally changing the world of IT today, impacting every role such as service providers and system architects to developers and end users. IT services can range from basic infrastructure to complete applications. End users can request and consume abstracted services without the need to manage or know about, what constitutes those services. Today, cloud computing represents a major shift happening in IT today.

Suppose we want to play with SharePoint 2013 but you don't have the hardware readily available. Now we have a chance to do so for free.  Windows Azure allows us the creation of virtual machines in the fastest public cloud service on the market today. So in this article we will learn how to setup the initial setup for SharePoint 2013 on Windows Azure


Getting Started with Windows Azure Virtual Machines

To prepare for exploring Windows Azure, we need to complete the following to ensure we have access to the necessary assets and tools:

  1. Sign-up for your FREE Windows Azure 90-day Trial Account.

    Sign-up for a FREE 90-day trial of Windows Azure. During the Free Trial sign-up process, you will be asked for credit card information to confirm that you are a legitimate free trial subscriber. Your credit card information is only used to confirm your identity and you will NOT be charged for any Windows Azure services unless you explicitly convert your trial subscription to a paid subscription at a later date.
     
  2. Login to the Windows Azure Management Portal.

    Login to the web-based Windows Azure Management Portal with the same logon credentials you used to sign-up for the FREE 90-day Trial above. Once you've logged in, you should see the main Windows Azure Management portal as shown below.

    azure1.gif
     
  3. Define a new Windows Azure Affinity Group.

    Affinity Groups in Windows Azure are used to group your cloud-based services together, such as Virtual Machines, Virtual Networks and Storage, to achieve optimal performance. When you use an affinity group, Windows Azure will keep all services that belong to your affinity group running within the same data center as close as possible to each other to reduce latency and increase performance.

    1. Create a new Affinity Group by selecting "Networks" from the side navigation bar in the Windows Azure Management Portal.

      azure2.gif

    2. On the Networks page, select "Affinity Groups" from the navigation bar.
    3. Click the "+CREATE" button on the bottom navigation bar.

      azure3.gif

    4. On the Create Affinity Group form, enter the following details:

      • Name: Enter a unique name for your new Affinity Group, such as MYlab01
      • Region: Select the closest Windows Azure data center region to your locale. This is the data center region in which your services will be provisioned. Be sure to select one of the Windows Azure data center regions in which the Virtual Machines preview offer is currently enabled:

        • East US
        • West US
        • West Europe
        • North Europe
        • Southeast Asia
        • East Asia

  4. Create a new Windows Azure Storage Account.

    Virtual Machines that are provisioned in Windows Azure are stored in the world-wide cloud-based Windows Azure Storage service. In terms of high availability, the Storage service provides built-in storage replication capability, where every VM is replicated to three separate locations within the Windows Azure data center region you select. In addition, Windows Azure Storage provides a geo-replication feature for also replicating your VMs to a remote data center region.

    Create a new Storage account by clicking the "+NEW" button on the bottom toolbar in the Windows Azure Management Portal and then select "Data Services - Storage - Quick Create".

    azure4.gif

    azure5a.gifazure5b.gif

    Complete the following fields for creating your Storage account:

    1. URL: Enter a unique name for your new storage account, such as MYlabstor01
    2. Region/Affinity Group: Select the Affinity Group you created above.
    3. Enable Geo-Replication: By default, this option is selected. Leave the default option in place.
    4. Click the "CREATE STORAGE ACCOUNT" button to create your new Windows Azure Storage account.

      azure6.gif

    5. Download and install the Windows Azure PowerShell Management Tools . That can be used to manage your cloud in a better way. The following link will help you do that.

      http://msdn.microsoft.com/en-us/library/windowsazure/jj554332.aspx