e7cd4f7dc427f682520b9396428d15f563234756
technology/cloud/azure.md
| ... | ... | @@ -28,8 +28,15 @@ |
| 28 | 28 | ``` |
| 29 | 29 | |
| 30 | 30 | |
| 31 | -### create an Ubuntu vm called PP-WRD-TEST01 in the group P-WRD-RGRP on the PP-WRD-VNET vnet with no additional network security group, using username dburrows and public key for ssh |
|
| 32 | -az vm create -g P-WRD-RGRP -n PP-WRD-TEST01 --vnet-name PP-WRG-VNET --nsg "" --image UbuntuLTS --ssh-key-value .ssh/dburrows.pub --admin-username dburrows |
|
| 31 | +create an Ubuntu vm called PP-WRD-TEST01 in the group P-WRD-RGRP on the PP-WRD-VNET vnet with no additional network security group, using username dburrows and public key for ssh |
|
| 32 | +``` |
|
| 33 | +az vm create -g P-WRD-RGRP -n PP-WRD-TEST01 \ |
|
| 34 | +--vnet-name PP-WRG-VNET \ |
|
| 35 | +--nsg "" \ |
|
| 36 | +--image UbuntuLTS \ |
|
| 37 | +--ssh-key-value .ssh/dburrows.pub \ |
|
| 38 | +--admin-username dburrows |
|
| 39 | +``` |
|
| 33 | 40 | |
| 34 | 41 | |
| 35 | 42 |