Requirements
You must have the following items to run the the sample solution included in this toolkit:
- Microsoft Visual Studio 2010 Professional (or higher)
- Microsoft ASP.NET MVC 3.
- Internet Information Services 7 (IIS7) .
- Windows Azure Tools for Microsoft Visual Studio 2010 (August 2011) .
- Windows Identity Foundation.
- Microsoft Moles.
Solution Configuration
- Open AzureMultiApp solution as administrator.
- Compile.

- Create Windows Azure Hosted Service, without deploy any application.
- Create Windows Azure Storage Service.
- Create blob container called azureapps, where upload application to deploy. Container can be non public container.
- Edit Cloud Project Settings and configure storage connection string.


- Configure remote desktop access to connect and review deployments.
- Create Access Control service. (How to create ACS namespace)
- Configure web application to use your ACS service.
- Replace [namespace] with your Access Control namespace name.
- Replace [hostedservicename] with you Hosted Service Name.
- Replace [thumbprint] with your X.509 certificate thumbprint. This value is into “certificate and keys” section.
- Be careful! Cloud project has startup task to install WIF in web role. If you test application in local environment delete this task.
- Select AzureMultiApp Cloud Project and publish it to Windows Azure Service.
- After deploy application, admin tool is hosted in 81 port.
