Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adstuart authored Jun 25, 2020
1 parent 8e997b8 commit b825cb6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@ With the above pre-requisites in place, this will allow us to focus on building

## Task 1 : Deploy Template

Deploy the environment using the Terraform template <tbc> .

The template requires following inputs:

1. **location** - Choose your favourite Azure Region
4. **adminpassword** - Password for logging in to the Windows jumpbox (remember to create a strong password)

Rest of the variable values are picked up from terraform.tfvars file automatically
We are going to use Terraform to deploy the base environment. It will be deployed in to your subscripiton, with resources running in the Azure West Europe region.

**Additional information**

Expand All @@ -68,7 +61,7 @@ To start the terraform deployment, follow the steps listed below

- Choose a suitable password to be used for your Virtual Machines

- Wait for the deployment to complete. This will take around 30 minutes (the VPN gateways take the longest to setup).
- Wait for the deployment to complete. This will take around 30 minutes (the VPN gateways take a while).

## Task 2 : Explore all the deployed resources

Expand All @@ -78,7 +71,7 @@ Username: AzureAdmin

Password: <see step above>

- Verify that you are able to hop from the jumpbox to all Virtual Machines, using their Private IP addresses and RDP access. This also proves that the Site-to-site VPN is online
- Verify that you are able to hop from the jumpbox to all Virtual Machines, using their Private IP addresses and RDP access. This also proves that the Site-to-site VPN is online.

### :point_right: Hint

Expand Down

0 comments on commit b825cb6

Please sign in to comment.