Skip to content

Commit

Permalink
adding dmz
Browse files Browse the repository at this point in the history
  • Loading branch information
bennage committed Feb 20, 2018
1 parent 8f62b2c commit 8a05454
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 33 deletions.
3 changes: 2 additions & 1 deletion build/build.js
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');
19 changes: 19 additions & 0 deletions docs/reference-architectures/dmz/index.json
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."
}
]
}
74 changes: 42 additions & 32 deletions docs/reference-architectures/dmz/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,58 @@ 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.
layout: LandingPage
---
<!-- This file is generated! -->
<!-- See the templates in ./build/reference-architectures -->
<!-- See data in index.json -->

# Network DMZ

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.

<ul class="panelContent">
<li>
<a href="./secure-vnet-hybrid.md">
<div class="cardSize">
<div class="cardPadding">
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="./images/secure-vnet-hybrid.svg">
</div>
</div>
<div class="cardText">
<h3>DMZ between Azure and on-premises</h3>
<p>Implements a secure hybrid network that extends an on-premises network to Azure.</p>
<section class="series">
<ul class="panelContent">
<!-- DMZ between Azure and on-premises -->
<li style="display: flex; flex-direction: column;">
<a href="./secure-vnet-hybrid.md" style="display: flex; flex-direction: column; flex: 1 0 auto;">
<div class="cardSize" style="flex: 1 0 auto; display: flex;">
<div class="cardPadding" style="display: flex;">
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="./images/secure-vnet-hybrid.svg" height="140px" />
</div>
</div>
<div class="cardText">
<h3>DMZ between Azure and on-premises</h3>
<p>Implements a secure hybrid network that extends an on-premises network to Azure.</p>
</div>
</div>
</div>
</a>
</li>
<li>
<a href="./secure-vnet-dmz.md">
<div class="cardSize">
<div class="cardPadding">
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="./images/secure-vnet-dmz.svg">
</div>
</div>
<div class="cardText">
<h3>DMZ between Azure and the Internet</h3>
<p>Implements a secure network that accepts Internet traffic to Azure.</p>
</div>
</a>
</li>
<!-- DMZ between Azure and the Internet -->
<li style="display: flex; flex-direction: column;">
<a href="./secure-vnet-dmz.md" style="display: flex; flex-direction: column; flex: 1 0 auto;">
<div class="cardSize" style="flex: 1 0 auto; display: flex;">
<div class="cardPadding" style="display: flex;">
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img src="./images/secure-vnet-dmz.svg" height="140px" />
</div>
</div>
<div class="cardText">
<h3>DMZ between Azure and the Internet</h3>
<p>Implements a secure network that accepts Internet traffic to Azure.</p>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</a>
</li>
</ul>
</section>

<ul class="panelContent cardsI">
</ul>

0 comments on commit 8a05454

Please sign in to comment.