forked from MicrosoftDocs/architecture-center
-
Notifications
You must be signed in to change notification settings - Fork 0
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
63 additions
and
33 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,3 +1,4 @@ | ||
const formatIndexFor = require('./reference-architectures/index'); | ||
formatIndexFor('.'); | ||
formatIndexFor('app-service-web-app'); | ||
formatIndexFor('app-service-web-app'); | ||
formatIndexFor('dmz'); |
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,19 @@ | ||
{ | ||
"title": "Network DMZ", | ||
"description": "Explains and compares the different methods available for protecting applications and components running in Azure as part of a hybrid system from unauthorized intrusion.", | ||
"summary": "These reference architectures show proven practices for creating a network DMZ that protects the boundary between an Azure virtual network and an on-premises network or the Internet.", | ||
"series": [ | ||
{ | ||
"title": "DMZ between Azure and on-premises", | ||
"url": "./secure-vnet-hybrid.md", | ||
"image": "./images/secure-vnet-hybrid.svg", | ||
"summary": "Implements a secure hybrid network that extends an on-premises network to Azure." | ||
}, | ||
{ | ||
"title": "DMZ between Azure and the Internet", | ||
"url": "./secure-vnet-dmz.md", | ||
"image": "./images/secure-vnet-dmz.svg", | ||
"summary": "Implements a secure network that accepts Internet traffic to Azure." | ||
} | ||
] | ||
} |
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