Skip to content

Commit 0307f31

Browse files
committed
new scripts
1 parent 1ce9b47 commit 0307f31

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Azure_Iaas/create_vm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
az group create -n hpclab -l westeurope -o table
2+
az vm create --name golden01 --resource-group hpclab --image OpenLogic:CentOS-HPC:7.1:7.1.20170608 --size Standard_H16r --storage-sku Standard_LRS --generate-ssh-keys -o table
3+
az vm list-ip-addresses -o table

Azure_Iaas/delete_vm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
az vm delete --name golden01 --resource-group hpclab -o table
2+
az vm list-ip-addresses -o table

Azure_Iaas/show_vm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
az vm list-ip-addresses

0 commit comments

Comments
 (0)