Add Azure testnet to automation (#6911)

* Add Azure testnet to automation
This commit is contained in:
Dan Albert
2019-11-14 09:14:53 -05:00
committed by GitHub
parent 43e2301e2c
commit f27c11ccd8
3 changed files with 43 additions and 1 deletions

View File

@ -222,8 +222,8 @@ cloud_CreateInstances() {
--tags testnet
--image UbuntuLTS
--size "$machineType"
--ssh-key-values "$(cat "${sshPrivateKey}".pub)"
--location "$zone"
--generate-ssh-keys
--nsg "$nsgName"
)