Download presentation
Presentation is loading. Please wait.
Published byAlban Alexander Modified over 9 years ago
1
Extending Enterprise Networks to Windows Azure Ganesh Srinivasan Program Manager, Windows Azure Networking Microsoft Corporation AZR316
4
Windows Azure SIMPLE TO SETUP AND MANAGE E2E SECURITY RAPID PROVISIONING EASY COMPLETE CONTROL SCALABLE COMPLEX SCENARIOS ENTERPRISE-READY On-premises Windows Azure On-premises
7
10.0.0.10 10.0.0.11 131.57.23.120 10.2.2.0/2410.2.3.0/24 10.1.2.0/2410.1.3.0/24 65.52.249.2210.1.0.410.1.1.4
10
Domain joining VMs to a domain on-premises
11
Deploying VMs using PowerShell $dns1 = New-AzureDns -Name 'DCReplicainVnet' -IPAddress '10.100.4.4' $vmname = 'TechEdVNetVM4' $imagename = 'MSFT__Win2K8R2SP1-120514-1520-141205-01-en-us-30GB.vhd' $servicename = 'MyTechEdVNetDemo' $TechEdVNetVM4 = New-AzureVMConfig -Name $vmname -InstanceSize 'Small' -ImageName $imagename | Add-AzureProvisioningConfig -WindowsDomain -Password 'rdPa$$w0rd' ` -Domain 'vnetdemo' -DomainPassword 'rdPa$$w0rd' ` -DomainUserName 'ganesh' -JoinDomain 'vnetdemo.com' | Set-AzureSubnet -SubnetNames 'TestSubnet1' New-AzureVM –ServiceName $servicename -AffinityGroup 'VNetDemoAffinityGroup' -VMs $TechEdVNetVM4 -DnsSettings $dns1 -VNetName 'MyvNet'
13
Virtual Machine SharePoint FrontEnd Virtual Machine SharePoint FrontEnd Virtual Machine DC DNS Server Account Virtual Machine Local DNS SQL Mirroring Load balancer IPsec Tunnel User Accounts On Premises DCDNS 10.0.0.x Domain Joined to On- Premises Network Persistent VM Role SQL Virtual Machine Search and Index SQL Persistent Disk Internet
14
Demo SharePoint in Windows Azure
15
DIP level Direct Access FrontEndSubnet (10.0.0.0/16) SQLSubnet (10.1.0.0/16) Load Balancer 80 WA Web Role Cloud Service1 Cloud Service 2 AD SQL Mirror AD Subnet (10.2.0.0/16) Contoso VNet (10.0.0.0/8)
16
Svc1 10.1.2.0/24 Svc2 10.1.3.0/24 65.52.249.22 Svc1 10.1.2.0/24 Svc2 10.1.3.0/24 65.22.192.5 132.27.23.20 131.57.23.120
17
Setting up Virtual Networks
18
IT Admin Network Admin GatewaySubnet (10.1.0.0/24) GW IP 65.57.23.45 VPN device config script Network configuration Deployment package
20
Demo Setting up Virtual Networks using the Windows Azure Portal
21
Deploying PaaS instances into a VNet
22
Deploying PaaS Services to a VNet
26
Sign up for Windows Azure Virtual Machines and Virtual Networks preview Use Windows Azure Virtual Network features and provide feedback to vnetfeedback@microsoft.comvnetfeedback@microsoft.com Visit Virtual Network Support Forum for support and tips Useful Documents Online
28
Meetwindowsazure.com @WindowsAzure @ms_teched DOWNLOAD Windows Azure Windowsazure.com/ teched Hands-On Labs
29
Connect. Share. Discuss. http://northamerica.msteched.com Learning Microsoft Certification & Training Resources www.microsoft.com/learning TechNet Resources for IT Professionals http://microsoft.com/technet Resources for Developers http://microsoft.com/msdn
30
Complete an evaluation on CommNet and enter to win!
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.