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.
- Host: GitHub
- URL: https://github.com/bbtsoftware/agw-demo
- Owner: bbtsoftware
- License: mit
- Created: 2022-11-08T10:14:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T10:25:32.000Z (over 3 years ago)
- Last Synced: 2025-02-07T02:46:54.898Z (about 1 year ago)
- Language: Bicep
- Size: 59.6 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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.

## Scenario 02
A setup in which the application gateway shows it's WAF capabilities.
See [scenario-02](./scenario-02/README.md) for more information.

## Scenario 03
A load balancing setup with virtual machines.
See [scenario-03](./scenario-03/README.md) for more information.

## Scenario 04
A path based routing setup.
See [scenario-04](./scenario-04/README.md) for more information.

## Scenario 05
A complete setup as reference for production usage.
See [scenario-05](./scenario-05/README.md) for more information.
