Customize System Center App Controller Portal

System Center Logo

System Center App Controller offers you a web based Self-Service portal for managing Virtual Machines and Services in the Private Cloud and Public Cloud. Now if you want to work with System Center App Controller in your company you may also want to customize the self-service portal by changing the logos. Now what you can do is replace the logos by your self created logos.

App Controller

Now on the System Center App Controller server you can find the two files in the following folder:

C:\Program Files\Microsoft System Center 2012\App Controller\wwwroot

  • SC2012_WebHeaderLeft_AC.png (213×38)
  • SC2012_WebHeaderRight_AC.png (108×16)

Before I replace this two pictures I would create a backup of the existing logos. You can simply replace the pictures with a picture with the same size and a transparent background.

SCAC

 

System Center 2012 App Controller connecting to Windows Azure

System Center Logo

Windows Azure Logo

Recently I have worked with the latest release of Windows Azure and the second Community Technical Preview of System Center 2012 SP1 App Controller. App Controller provides a common self-service experience that can help you easily configure, deploy, and manage virtual machines and services across private and public clouds. And you can get more information about System Center App Controller on Microsoft TechNet.

Now in this blog post I will show you how you can connect your System Center App Controller to Windows Azure. For this I used Windows Server 2012, System Center 2012 SP1 CTP2 of App Controller and Virtual Machine Manager and I also used the latest preview version of Windows Azure. This post also works for the RTM products of System Center 2012, Windows Server 2008 R2, but the screenshots look maybe a little different.

I used:

  • System Center 2012 SP1 CTP2 – App Controller
  • System Center 2012 SP1 CTP2 – Virtual Machine Manager
  • Windows Server 2012 Release Candidate
  • Microsoft SQL Server 2012
  • Windows Azure Preview

It also works for:

  • System Center 2012 – App Controller
  • System Center 2012 – Virtual Machine Manager
  • Windows Server 2008 R2 SP1
  • Microsoft SQL Server 2008 R2 SP1
  • Windows Azure

Now here is how you do it:

  1. Setup a Server for System Center App Controller
  2. Create a Windows Azure subscription if you don’t have one already
  3. Install System Center App Controller
  4. Export the certificate from your App Controller Server
  5. Import the certificate on your Azure account
  6. Connect Windows Azure in System Center App Controller

First you have to install System Center App Controller on a machine. If you install the 2012 RTM of App Controller this is just wizard and the installer will configure all IIS requirements for you. If you install System Center 2012 SP1 CTP2 version of App Controller you have to install the IIS requirements by yourself.

This are the features you have to install in the IIS Role.

Name (for use with the Add-WindowsFeature command in PowerShell) Display Name (displayed in the wizard in Server Manager)
NET-Framework-Features .NET Framework 3.5 Features
NET-Framework-Core .NET Framework 3.5 (includes .NET 2.0 and 3.0)
Web-Mgmt-Console IIS Management Console (under Web Server (IIS), Management Tools)
Web-Static-Content Static Content (under Web Server (IIS), Web Server, Common HTTP Features)
Web-Default-Doc Default Document (under Web Server (IIS), Web Server, Common HTTP Features)
Web-Http-Errors HTTP Errors (under Web Server (IIS), Web Server, Common HTTP Features)
Web-Http-Logging HTTP Logging (under Web Server (IIS), Web Server, Health and Diagnostics)
Web-Request-Monitor Request Monitor (under Web Server (IIS), Web Server, Health and Diagnostics)
Web-Http-Tracing Tracing (under Web Server (IIS), Web Server, Health and Diagnostics)
Web-Stat-Compression Static Content Compression (under Web Server (IIS), Web Server, Performance)
Web-Filtering Request Filtering (under Web Server (IIS), Web Server, Security)
Web-Basic-Auth Basic Authentication (under Web Server (IIS), Web Server, Security)
Web-Windows-Auth Windows Authentication (under Web Server (IIS), Web Server, Security)
Web-ISAPI-Filter ISAPI Filters (under Web Server (IIS), Web Server, Application Development)
Web-ISAPI-Ext ISAPI Extensions (under Web Server (IIS), Web Server, Application Development)
Web-Net-Ext .NET Extensibility 3.5 (under Web Server (IIS), Web Server, Application Development)
Web-Asp-Net45 ASP.NET 4.5 (under Web Server (IIS), Web Server, Application Development)

 

You can use the following PowerShell commands to install all the requirements:

Add-WindowsFeature NET-Framework-Features

Add-WindowsFeature NET-Framework-Core

Add-WindowsFeature Web-Mgmt-Console

Add-WindowsFeature Web-Static-Content

Add-WindowsFeature Web-Default-Doc

Add-WindowsFeature Web-Http-Errors

Add-WindowsFeature Web-Http-Logging

Add-WindowsFeature Web-Request-Monitor

Add-WindowsFeature Web-Http-Tracing

Add-WindowsFeature Web-Stat-Compression

Add-WindowsFeature Web-Filtering

Add-WindowsFeature Web-Basic-Auth

Add-WindowsFeature Web-Windows-Auth

Add-WindowsFeature Web-ISAPI-Filter

Add-WindowsFeature Web-ISAPI-Ext

Add-WindowsFeature Web-Net-Ext

Add-WindowsFeature Web-Asp-Net45

After you have installed you need to export the certificate on the App Controller server to add it to your Windows Azure Management Certificates. You have to export the certificate twice, first as DER encrypted binary (.cer ) which you have to import into Windows Azure and once as Personal Information Exchange (.pfx) which you will need in App Controller to connected to Windows Azure.

Continue reading

Microsoft Cloud for SMB

MicrosoftCloudforSMB

Last year I did a little research project about Microsoft’s public cloud and how it cloud affect Small and Medium sized businesses. So I created a paper which should help Microsoft partners to decide how they can improve their services and solutions by using the Microsoft public cloud. I the paper I focused on Microsoft Office 365 and Windows Intune. This should be for the partner which do infrastructure solutions like Active Directory, Exchange and PC Management.

MicrosoftCloudforSMBdoc

You can download this paper from my Windows Live SkyDrive.
The paper includes a lot of text copied from Microsoft documents and websites, and research I did by myself. All the sources should be marked, but if you find anything which is not marked please feel free to contact me.