We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce9b47 commit 0307f31Copy full SHA for 0307f31
Azure_Iaas/create_vm.sh
@@ -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
@@ -0,0 +1,2 @@
+az vm delete --name golden01 --resource-group hpclab -o table
Azure_Iaas/show_vm.sh
@@ -0,0 +1 @@
+az vm list-ip-addresses
0 commit comments