Skip to content

Commit

Permalink
WIP updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIvemo committed Nov 3, 2021
1 parent a5a52d9 commit c891b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to the Azure Virtual WAN Playground repository! Your one-stop shop for a

## What is Azure Virtual WAN Playground?

This repo is dedicated for all poor souls out there who want to play around with Azure Virtual WAN but don't have unlimited Azure Credit in their subscriptions. I've put together a template that deploys Azure Virtual WAN and all resources needed to play around with the service and test everything from Site-to-Site VPN, Routing, Secured Virtual Hub, Point-to-Site, Virtual Network connections and more. The goal is to make it easy to spin up an environment when you need to test a feature for a short period of time and then remove it all when finished.
This repo is dedicated for all poor souls out there who wants to play around with Azure Virtual WAN but don't have unlimited Azure Credit in their subscriptions. I've put together a template that deploys Azure Virtual WAN and all resources needed to play around with the service and test everything from Site-to-Site VPN, Routing, Secured Virtual Hub, Point-to-Site, Virtual Network connections and more. The goal is to make it easy and fast to spin up an environment when you need to test a feature for a short period of time and then remove it all when finished.

## How it's built

Expand All @@ -14,6 +14,8 @@ The Azure Virtual WAN Playground is built using [💪Bicep](https://github.com/A

The template is built using the target scope `subscription`. Create a new subscription deployment using your favorite Azure command line tool and sit back and relax.

> Before you deploy the template, make sure that you add values to the `p2sVpnAADAuth.json` for a successful Point-to-Site VPN deployment.
```powershell
New-AzSubscriptionDeployment -Name vwan-playground -Location westeurope -TemplateFile .\playground\main.bicep
```
Expand All @@ -28,8 +30,6 @@ az deployment sub create --name vwan-playground --location westeurope --template

The Azure Virtual WAN Playground deploys the following topology:



## Contributing

If you find this project interesting and want to contribute, please feel free to submit Pull Requests with suggested improvements.

0 comments on commit c891b82

Please sign in to comment.