Browse Source

fixed formatting

cybergavin 3 years ago
parent
commit
77d897c91c
2 changed files with 11 additions and 5 deletions
  1. 7 1
      az-tfl-vnet-perf/README.md
  2. 4 4
      az-tfl-vnet-perf/terraform.tfvars

+ 7 - 1
az-tfl-vnet-perf/README.md

@@ -7,7 +7,7 @@
 
 ## Resources created
 
-This Lab creates the following Azure resources:
+This Lab creates the following Azure resources (prefix 'cg' used for names):
 
 ![az-tfl-vnet-perf-resources](az-tfl-vnet-perf-resources.png)
 
@@ -29,13 +29,19 @@ This Lab creates the following Azure resources:
 - ```terraform destroy```
 
 
+
 ## Example - qperf
+
 - On vm1, use qperf to listen
+
 ```sudo qperf```
+
 - On vm2, use qperf to connect to vm1 (private IP) and test TCP bandwidth and latency for 10 seconds 
+
 ```sudo qperf <vm1 private IP> -t 10 tcp_bw tcp_lat```
 
 
 ## References
+
 - [qperf](https://linux.die.net/man/1/qperf)
 - [iperf3](https://iperf.fr/iperf-doc.php)

+ 4 - 4
az-tfl-vnet-perf/terraform.tfvars

@@ -1,4 +1,4 @@
-prefix         = "cg"
-location       = "canadacentral"
-admin_username = "iaadmin"
-admin_password = "I@Lab2021###"
+prefix         = ""
+location       = ""
+admin_username = ""
+admin_password = ""