Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
v1.3.2 rename checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Jul 7, 2020
1 parent 567f6d4 commit 804c439
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ The quick starts feature a modular design and can be deployed as a whole or incr
* [terraform-azurerm-vm-linux](./terraform-azurerm-vm-linux/)
* For miscellaneous use as a jump box or admin server.
* Linux [virtual machine](https://docs.microsoft.com/en-us/azure/azure-glossary-cloud-terminology#vm)
* [terraform-azurerm-tpce](./terraform-azurerm-tpce/)
* For use as a pre-configured environment for running [TPC-E](http://www.tpc.org/tpce/default5.asp) benchmarks.
* [terraform-azurerm-bench-windows](./terraform-azurerm-bench-windows/)
* For use as a pre-configured environment for running [HammerDB](https://www.hammerdb.com/) benchmarks.
* [Windows Server with SQL Server virtual machine](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoftsqlserver.sql2019-ws2019?tab=Overview).
* [terraform-azurerm-vwan](./terraform-azurerm-vwan/)
* Shared [virtual wan](https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-about#resources)
Expand Down Expand Up @@ -175,15 +175,15 @@ Deploy the quick starts the first time using defaults in the following order:
1. [terraform-azurerm-vnet-spoke](./terraform-azurerm-vnet-spoke/) establishes a dedicated spoke virtual network.
1. [terraform-azurerm-vm-windows](./terraform-azurerm-vm-windows/) implements a dedicated Windows Server virtual machine connected to the dedicated spoke virtual network.
1. [terraform-azurerm-vm-linux](./terraform-azurerm-vm-linux/) implements a dedicated Linux virtual machine connected to the dedicated spoke virtual network.
1. [terraform-azurerm-tpce](./terraform-azurerm-tpce/) implements a pre-configured environment for running [TPC-E](http://www.tpc.org/tpce/default5.asp) benchmarks.
1. [terraform-azurerm-bench-windows](./terraform-azurerm-bench-windows/) implements a pre-configured environment for running [HammerDB](https://www.hammerdb.com/) benchmarks.
1. [terraform-azurerm-vwan](./terraform-azurerm-vwan/) connects the shared hub virtual network and the dedicated spoke virtual network to remote users or a private network.

#### De-provision default quick start deployment

While a default quick start deployment is fine for testing, it may not work with an organization's private network. The default deployment should be de-provisioned first before doing a custom deployment. This is accomplished by running `terraform destroy` on each quick start in the reverse order in which it was deployed:

1. [terraform-azurerm-vwan](./terraform-azurerm-vwan/)
1. [terraform-azurerm-tpce](./terraform-azurerm-tpce/)
1. [terraform-azurerm-bench-windows](./terraform-azurerm-bench-windows/)
1. [terraform-azurerm-vm-linux](./terraform-azurerm-vm-linux/)
1. [terraform-azurerm-vm-windows](./terraform-azurerm-vm-windows/)
1. [terraform-azurerm-vnet-spoke](./terraform-azurerm-vnet-spoke/)
Expand Down Expand Up @@ -271,5 +271,5 @@ The quick starts must be deployed in the following order using customized values
1. [terraform-azurerm-vnet-spoke](./terraform-azurerm-vnet-spoke/) establishes a dedicated spoke virtual network.
1. [terraform-azurerm-vm-windows](./terraform-azurerm-vm-windows/) implements a dedicated Windows Server virtual machine connected to the dedicated spoke virtual network.
1. [terraform-azurerm-vm-linux](./terraform-azurerm-vm-linux/) implements a dedicated Linux virtual machine connected to the dedicated spoke virtual network.
1. [terraform-azurerm-tpce](./terraform-azurerm-tpce/) implements a pre-configured environment for running [TPC-E](http://www.tpc.org/tpce/default5.asp) benchmarks.
1. [terraform-azurerm-bench-windows](./terraform-azurerm-bench-windows/) implements a pre-configured environment for running [HammerDB](https://www.hammerdb.com/) benchmarks.
1. [terraform-azurerm-vwan](./terraform-azurerm-vwan/) connects the shared hub virtual network and the dedicated spoke virtual network to remote users or a private network.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Azure quick start configuration: terraform-azurerm-vm-tpce
# Azure quick start configuration: terraform-azurerm-bench-windows

## Overview

This quick start implements a dedicated Windows Server with SQL Server virtual machine connected to the dedicated spoke virtual network for use as a pre-configured environment for running [TPC-E](http://www.tpc.org/tpce/default5.asp) benchmarks. The following quick starts must be deployed first before starting:
This quick start implements a dedicated Windows Server with SQL Server virtual machine connected to the dedicated spoke virtual network for use as a pre-configured environment for running [HammerDB](https://www.hammerdb.com/) benchmarks. The following quick starts must be deployed first before starting:

* [terraform-azurerm-vnet-hub](../terraform-azurerm-vnet-hub)
* [terraform-azurerm-vnet-spoke](../terraform-azurerm-vnet-spoke)
Expand Down
2 changes: 1 addition & 1 deletion terraform-azurerm-vm-windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ storage_account_name | Input | String | Local | st8e644ec51c5be098001

## Next steps

Move on to the next quick start [terraform-azurerm-tpce](../terraform-azurerm-tpce).
Move on to the next quick start [terraform-azurerm-bench-windows](../terraform-azurerm-bench-windows).

0 comments on commit 804c439

Please sign in to comment.