What`s new in Azure Networking

Download Report

Transcript What`s new in Azure Networking

•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
foo.cloudapp.net  VIP
Make VMs Resilient to Failures with Availability Sets
IP: 127.255. ---.---
IP: 127.255. ---.---
IP: 111.111. ---.---
IP: 101. 121.---.255
IP: 101. 121.---.255
IP: 2001:4898:9:2:--:e60c:b118:---
12
Azure
New-AzureVMConfig -Name “mydns” `
-ImageName $img -InstanceSize Small |
Set-AzureSubnet -SubNetNames $subnet |
Add-AzureProvisioningConfig -Windows `
-AdminUsername $adm -Password $pwd |
Set-AzureStaticVNetIP -IPAddress
"10.0.0.8" |
New-AzureVM -ServiceName $svc -VNetName
$vnet
•
•
•
•
Set-AzureSubnet -SubnetNames $Subnet
Azure
<subnet 1>
<subnet 2>
<subnet 3>
DNS
Server
On-premises
VPN
Gateway
Route-based
VPN
Your datacenter
Individual
computers behind
corporate firewall
Virtual Network
Azure
S2S VPN
Connect from anywhere securely
Active
Directory
SharePoint
No software installation required!
SQL
Server
Easy to setup and use
Ideal for prototyping, development,
demos
P2S and S2S coexist
P2S
VPNs
Existing
Datacenter
GatewaySubnet
(10.0.0.0/16)
(10.1.0.0/24)
VPNClientAddressPool
(10.1.200.0/24)
131.57.23.45
65.57.23.45
10.0.0.21
10.0.0.20
•
Extend your premises to the cloud securely
•
On-ramp for migrating services to the cloud
•
Use your on-prem resources in Azure (monitoring, AD, …)
On-premises
<subnet 1>
<subnet 2>
<subnet 3>
DNS
Server
VPN
Gateway
Hardware VPN or
Windows RRAS
Your datacenter
Azure
Virtual Network
Customer site 2
Customer site 2
Public cloud
Customer site 1
Public cloud
Customer site 1
WAN
WAN
Public
internet
Public
internet
Customer DC
IPsec VPN over Internet
•
•
•
Greater networking costs and latency since data is hair
pinned through a customer data center
Data travels over the open Internet to connect to cloud
Bandwidth is limited
Customer DC
Cloud on your WAN
•
•
•
Avoids risks from exposure to Internet
Avoids complexity and added costs
Provides lower latency, higher bandwidth and
greater availability
ExpressRoute provides
organizations a private,
dedicated, high-throughput
network connection between
Windows Azure datacenters and
their on-premises IT environment.
Connectivity
Provider
Infrastructure
Azure
Edge
Windows Azure
Compute
In Summary
New features






Traffic Manager, traffic manager for websites
Static private IPv4 addresses for VMs
Migrate VMs from one subnet to another without having to redeploy them
Point-to-site and dynamic routing generally available
New VPN device vendors validated
ExpressRoute in preview
Summary




Use Traffic Manager to build highly available services
Use Virtual Network to create virtual private networks in Azure and extend your premises to Azure
Use Point-to-site connectivity to simplify prototyping and dev / test / lab scenarios
Use ExpressRoute for Enterprise grade connectivity to Azure

 Traffic Manager
 Virtual Network
 ExpressRoute

 Getting started with traffic manager
 Virtual networks and connectivity
 ExpressRoute with Exchange Providers

 Windows Azure Network Security