oe-engine/docs/examples/oe-dc8.json

29 строки
554 B
JSON

{
"properties": {
"vmProfiles": [
{
"name": "acclnx",
"osType": "Linux",
"osDiskType": "StandardSSD_LRS",
"vmSize": "Standard_DC8_v2",
"ports": [22],
"isVanilla": true
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"sshPublicKeys": [
{
"keyData": "ssh-rsa AAAA..."
}
],
"osImage": {
"publisher": "Canonical",
"offer": "UbuntuServer",
"sku": "18_04-lts-gen2",
"version": "latest"
}
}
}
}