mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
5 lines
No EOL
254 B
Text
5 lines
No EOL
254 B
Text
# Create a resource group.
|
|
az group create --name myResourceGroup --location westeurope
|
|
|
|
# Create a new virtual machine, this creates SSH keys if not present.
|
|
az vm create --resource-group myResourceGroup --name myVM --image UbuntuLTS --generate-ssh-keys |