|
Comments
|
Today's Top SOA Links
From the Blogosphere Integrating Active Directory into Windows Azure Virtual Machines
Active Directory Deployment Considerations and Implementation Steps in Windows Azure
By: Tommy Patterson
Jan. 25, 2013 11:00 AM
Migrating traditional client/server applications to Windows Azure Virtual Machines is what Don Noonan does every day. The majority of these workloads use Active Directory Domain Services as their authentication provider, or in other words, classic Windows authentication. In this post Don walks us through the best practices high level architecture and the basic building blocks of creating a private forest within Windows Azure. If Active directory is not available, you better be A private forest for me? oh you shouldn’t have
In this blog we’ll cover deploying a new private forest. Here is a quick Visio of a classic 3-tier application (using Windows Azure features) to get us started:
As you can see, we have a management subnet that contains our domain controllers, as well as separate database and application “tiers”. Stop Talking and Start Deploying
While creating the virtual network, you will need to specify that the domain controllers will also be providing name resolution for all of the servers in your deployment. You can do this in the Windows Azure management portal as well as through the management web service. Here is how you do this via PowerShell: Specifying custom DNS servers using PowerShell Example command line: Set-AzureVNetConfig –ConfigurationPath “C:\networkConfiguration.xml” Contents of C:\networkConfiguration.xml: <NetworkConfiguration> In the example above, the IP addresses used assume the domain controllers are the first virtual machines created on the Management subnet. Let’s make sure that’s true by creating them now: Creating Highly Available Domain Controllers using PowerShellRelevant excerpts from createService.ps1: $instanceSize = 'Small' $password = '@skyDc01' $password = '@skyDc02' Once you’ve created the servers, you will need to make them domain controllers, also known as promotion. Promoting a Server to a Domain Controller using DCPROMO or PowerShell Depending on what operating system you have chosen, you can automate forest creation via command line. In the following examples, be sure to replace DOMAIN_HERE with the desired domain name, and replace passwords with those corresponding to temporary password you assigned to the local administrator account on the first (primary) server. Windows Server 2008 R2 – Create a new forest using DCPROMO dcpromo.exe /unattend:C:\primaryDomainController.txt Contents of C:\primaryDomainController.txt: [DCInstall] Windows Server 2012 – Create a new forest using PowerShell C:\primaryDomainController.ps1 Contents of C:\primaryDomainController.ps1: Import-Module ADDSDeployment Part of your homework will be to create the second domain controller in the new forest. There will need to be slight changes made to the answer files above. What's Next? Creating the rest of servers required by your application seems like the logical next step. However, there are a handful of important tasks I like to do prior to creating ANY additional virtual machines: Create domain user accounts that will be used for future system administration. Create containers for major objects such as server computer accounts. Create core group policies for significant items such as:
Important Considerations When creating a private forest, consider the amount of administrative overhead involved vs. level of isolation. For example, you may want to have a single forest for all pre-production environments so that you only need to perform user account tasks in one place. This is easy to do in Windows Azure.
Written by Don Noonan (Don's Blog at Skylera) Edited by Tommy Patterson (Tommy's Blog on Virtuallycloud9.com) Be Sure to Read Up on the Rest of the Series for 31 Days of Servers in the Cloud! http://virtuallycloud9.com/index.php/31-days-of-servers-in-the-cloud-series/
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
|
SYS-CON Featured Whitepapers
Most Read This Week |
||||||||||||||||||||||||||