From 184fbfbbf840943e7e811296c9058efe740a567e Mon Sep 17 00:00:00 2001 From: Christopher Bennage Date: Tue, 20 Feb 2018 11:50:58 -0800 Subject: [PATCH] hybrid networking --- build/build.js | 3 +- .../hybrid-networking/index.json | 32 +++++ .../hybrid-networking/index.md | 135 ++++++++++-------- 3 files changed, 107 insertions(+), 63 deletions(-) create mode 100644 docs/reference-architectures/hybrid-networking/index.json diff --git a/build/build.js b/build/build.js index e5c8f03f0fd..b20924a86cd 100644 --- a/build/build.js +++ b/build/build.js @@ -1,4 +1,5 @@ const formatIndexFor = require('./reference-architectures/index'); formatIndexFor('.'); formatIndexFor('app-service-web-app'); -formatIndexFor('dmz'); \ No newline at end of file +formatIndexFor('dmz'); +formatIndexFor('hybrid-networking'); \ No newline at end of file diff --git a/docs/reference-architectures/hybrid-networking/index.json b/docs/reference-architectures/hybrid-networking/index.json new file mode 100644 index 00000000000..d6226bf1010 --- /dev/null +++ b/docs/reference-architectures/hybrid-networking/index.json @@ -0,0 +1,32 @@ +{ + "title": "Connect an on-premises network to Azure", + "description": "Recommended architectures for secure, robust network connections between on-premises networks and Azure.", + "summary": "These reference architectures show proven practices for creating a robust network connection between an on-premises network and Azure. [Which should I choose?](./considerations.md)", + "series": [ + { + "title": "VPN", + "url": "./vpn.md", + "image": "./images/vpn.svg", + "summary": "Extend an on-premises network to Azure using a site-to-site virtual private network (VPN)." + }, + { + "title": "ExpressRoute", + "url": "./expressroute.md", + "image": "./images/expressroute.svg", + "summary": "Extend an on-premises network to Azure using Azure ExpressRoute." + }, + { + "title": "ExpressRoute with VPN failover", + "url": "./expressroute-vpn-failover.md", + "image": "./images/expressroute-vpn-failover.svg", + "summary": "Extend an on-premises network to Azure using Azure ExpressRoute, with a VPN as a failover connection." + }, + { + "title": "Hub-spoke topology", + "url": "./hub-spoke.md", + "image": "./images/hub-spoke.svg", + "summary": "The hub is a central point of connectivity to your on-premises network. The spokes are VNets that peer with the hub, and can be used to isolate workloads." + } + ] +} + diff --git a/docs/reference-architectures/hybrid-networking/index.md b/docs/reference-architectures/hybrid-networking/index.md index 8e13d2980f4..d39406b028b 100644 --- a/docs/reference-architectures/hybrid-networking/index.md +++ b/docs/reference-architectures/hybrid-networking/index.md @@ -3,87 +3,98 @@ title: Connect an on-premises network to Azure description: Recommended architectures for secure, robust network connections between on-premises networks and Azure. layout: LandingPage --- + + + # Connect an on-premises network to Azure These reference architectures show proven practices for creating a robust network connection between an on-premises network and Azure. [Which should I choose?](./considerations.md) - + + \ No newline at end of file