An open API service indexing awesome lists of open source software.

https://github.com/bbtsoftware/agw-demo

A demo project displaying the posibilities of the Azure Applicaton Gateway.
https://github.com/bbtsoftware/agw-demo

Last synced: 7 days ago
JSON representation

A demo project displaying the posibilities of the Azure Applicaton Gateway.

Awesome Lists containing this project

README

          

# Azure Application Gateway Demo

A demo project displaying the posibilities of the Azure Applicaton Gateway.
This project contains some deployment scenarios as demonstration on how
an Azure Application Gateway can enhance your web deployment in the
Azure Cloud.

![Front](./doc/front.jpg)

This demo project is part of the presentation: **Secure in the Cloud with the AGW** (
[PDF](./doc/Secure_in_the_Cloud_with_the_AGW.pdf)
| [PowerPoint](./doc/Secure_in_the_Cloud_with_the_AGW.pptx)
)

## Disclaimer

The web applications used in this project where taken
from the [eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb)
project of the [.NET Application Architecture - Reference Apps Repository](https://github.com/dotnet-architecture).

## Scenario 01

A simple setup.

See [scenario-01](./scenario-01/README.md) for more information.

![overview scenario 01](scenario-01/scenario-01.png)

## Scenario 02

A setup in which the application gateway shows it's WAF capabilities.

See [scenario-02](./scenario-02/README.md) for more information.

![overview scenario 02](scenario-02/scenario-02.png)

## Scenario 03

A load balancing setup with virtual machines.

See [scenario-03](./scenario-03/README.md) for more information.

![overview scenario 03](scenario-03/scenario-03.png)

## Scenario 04

A path based routing setup.

See [scenario-04](./scenario-04/README.md) for more information.

![overview scenario 04](scenario-04/scenario-04.png)

## Scenario 05

A complete setup as reference for production usage.

See [scenario-05](./scenario-05/README.md) for more information.

![overview scenario 05](scenario-05/scenario-05.png)