az-*: add Spanish translation (#9326)

This commit is contained in:
Cristian Bastidas
2022-10-25 21:27:29 -05:00
committed by GitHub
parent fabd81e9f6
commit c6ef38c58d
5 changed files with 71 additions and 4 deletions

View File

@@ -1,16 +1,16 @@
# az vm
> Manage virtual machines in Azure.
> Part of `az`, the command-line client for Microsoft Azure.
> Part of `azure-cli`.
> More information: <https://learn.microsoft.com/cli/azure/vm>.
- List details of available Virtual Machines:
`az vm list`
- Create an `UbuntuServer 18.04 LTS` Virtual Machine and generate ssh keys:
- Create a virtual machine using the default Ubuntu image and generate ssh keys:
`az vm create --resource-group {{rg}} --name {{vm_name}} --image {{Canonical:UbuntuServer:18.04-LTS:latest}} --admin-user {{azureuser}} --generate-ssh-keys`
`az vm create --resource-group {{rg}} --name {{vm_name}} --image {{UbuntuLTS}} --admin-user {{azureuser}} --generate-ssh-keys`
- Stop a Virtual Machine: