зеркало из https://github.com/microsoft/oe-engine.git
28 строки
520 B
JSON
28 строки
520 B
JSON
{
|
|
"properties": {
|
|
"vmProfiles": [
|
|
{
|
|
"name": "acc-ub1604",
|
|
"osType": "Linux",
|
|
"vmSize": "Standard_DC2s",
|
|
"ports": [22],
|
|
"hasDNSName": false
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"osImage": {
|
|
"publisher": "Canonical",
|
|
"offer": "confidential-compute-preview",
|
|
"sku": "16.04-LTS",
|
|
"version": "latest"
|
|
},
|
|
"sshPublicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|