docs: update working on servers
This commit is contained in:
committed by
GitHub
parent
b73156373f
commit
7e36059d9a
@ -28,7 +28,7 @@ brew install azure-cli
|
||||
az login
|
||||
```
|
||||
|
||||
> **Get the list of VM names and IP addresses:**
|
||||
> **Get the list of VM names and P addresses:**
|
||||
|
||||
```
|
||||
az vm list-ip-addresses --output table
|
||||
@ -62,6 +62,12 @@ doctl compute droplet list --format "ID,Name,PublicIPv4"
|
||||
|
||||
# Spin a VM (or VM Scale Set)
|
||||
|
||||
> Todo: Add instructions for spinning VM(s)
|
||||
|
||||
<!--
|
||||
|
||||
The below instructions are stale.
|
||||
|
||||
### 0. Prerequisites (workspace Setup) for Staff
|
||||
|
||||
Get a login session on `azure cli`, and clone the
|
||||
@ -150,6 +156,8 @@ az vmss create \
|
||||
> `az vm list-sizes -l eastus --output table` or checking the Azure portal
|
||||
> pricing.
|
||||
|
||||
-->
|
||||
|
||||
# Keep VMs updated
|
||||
|
||||
You should keep the VMs up to date by performing updates and upgrades. This will
|
||||
|
Reference in New Issue
Block a user