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

32 строки
602 B
JSON

{
"properties": {
"vmProfiles": [
{
"name": "accvm1",
"osType": "Linux",
"vmSize": "Standard_DC2s",
"ports": [22]
},
{
"name": "accvm2",
"osType": "Linux",
"vmSize": "Standard_DC2s",
"ports": [22]
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"sshPublicKeys": [
{
"keyData": "ssh-rsa AAAA..."
}
]
},
"diagnosticsProfile": {
"enabled": true,
"storageAccountName": "myStorageAccount",
"isNewStorageAccount": true
}
}
}