fd61881e42a50c23284ba0254b359c3f31b742ac
technology/cloud/azure.md
| ... | ... | @@ -38,6 +38,11 @@ az vm create -g P-WRD-RGRP -n PP-WRD-TEST01 \ |
| 38 | 38 | --admin-username dburrows |
| 39 | 39 | ``` |
| 40 | 40 | |
| 41 | +create debian machine with no private ip and in subnet |
|
| 42 | +``` |
|
| 43 | +az vm create -g P-WRD-WIKI-RGRP -n P-WRD-WIKI-VM01 --vnet-name P-WRD-WIKI-VNET --nsg "" --image Debian --ssh-key-value .ssh/dburrows.pub --admin-username dburrows --tags created-by=dburrows --public-ip-address "" --subnet P-WRD-WIKI-SUBN |
|
| 44 | +``` |
|
| 45 | + |
|
| 41 | 46 | |
| 42 | 47 | |
| 43 | 48 |