The following is a summary of what I’ve found working with the Windows Azure pack so far in an all-in-one Windows Server 2012 R2 system. I was glad to see that the community had already jumped in on this (good stuff Stanislav, and congratulations on your MVP award!). I started my blog post from where Stanislav’s left off at: http://cloudadministrator.wordpress.com/2013/06/30/install-all-system-center-2012-r2-preview-components-and-windows-azure-pack-preview-part-9-windows-azure-pack/.

 

This blog post will discuss next steps to configure the portal, what’s added, steps when logging into the portal, what the portal looks like, shows how the Windows Azure Pack and the Azure UI compare, and provides some additional reference links on this pack.

 

Configuring the portal:

image

After pressing Configure Now this is what appears:

image 

I ran into issues getting the database to setup. I ended up setting SQL for Windows and SQL authentication, restarting services, and trying other items to get past this page.

image

The change to SQL Server and Windows Authentication mode was made on the security tab in SQL Server Management Studio on the properties of the database server.

image

I made the change to “SQL Server and Windows Authentication” mode and restarted the SQL service. I would like to say that I was able to create a SQL account and use that to log in, or that I was able to get logged in via sa but neither of those was true for my lab. Somehow I ended up faking my way through windows auth using the name of the server, windows authentication and a good passphrase.

image

The machine information was the next required piece of information.

image

And then the features setup screen appeared:

image

Which installed required features:

image

When completed it looked like this.

image 

 

What’s added?

The following databases were created:

image

The following websites were added:

image

 

Logging into the portal:

I attempted to access the MgmtSvc-Admin site but it failed due to security issues. The documentation mentioned that you may need to log off and log back in to get access to the site. I rebooted and re-browsed to: http://localhost:30091 which brought up the welcome screen and the management portal tour.

image

There were five walkthrough screens shown: Screen #1: Main Menu

image

Screen #2: Create New:

image

Screen #3: Commands:

image

Screen #4: Notifications:

image 

 

Logged into the portal:

And then the default page was brought up to create something.

image

Screenshots follow for attempts to create new items for each of the available options. Connect to an existing cloud:

image

VM clouds – needs SPF:

image 

Create a service cloud bus:

image

Connect to a SQL server:
image

Connect to a MySQL server:
image

Quick creating a runbook:

image

Creating a hosting plan:

image

Creating users:

image 

 

Comparing the UI to the Windows Azure UI:

As expected, the Windows Azure pack looks a lot like the current Windows Azure portal. The example below shows the Windows Azure pack in my lab (left) versus what the portal looks like in https://manage.windowsazure.com (right).

 image  image

 

Additional reference:

http://cloudadministrator.wordpress.com/2013/06/30/install-all-system-center-2012-r2-preview-components-and-windows-azure-pack-preview-part-9-windows-azure-pack/

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

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

http://technet.microsoft.com/en-us/library/dn296439.aspx

http://technet.microsoft.com/en-us/library/dn296432.aspx

 

Summary: It looks just like what we would expect – an on-premise version of the Windows Azure portal. Additional hours of work will be required to get it functional in an environment which actually has clouds and other resources which can be leveraged through this portal.