-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
107 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const formatIndexFor = require('./reference-architectures/index'); | ||
formatIndexFor('.'); | ||
formatIndexFor('app-service-web-app'); | ||
formatIndexFor('dmz'); | ||
formatIndexFor('dmz'); | ||
formatIndexFor('hybrid-networking'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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." | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters