pkgcloud
Version:
An infrastructure-as-a-service agnostic cloud library for node.js
30 lines (28 loc) • 788 B
JSON
{
"storageAccount": "test-storage-account",
"storageAccessKey": "test-storage-access-key",
"managementCertificate": "./test/fixtures/azure/cert/management/management.pem",
"subscriptionId": "azure-account-subscription-id",
"azure": {
"location": "East US",
"username": "pkgcloud",
"password": "Pkgcloud!!",
"ssh" : {
"port": 22,
"localPort": 22,
"pem": "./test/fixtures/azure/cert/ssh/mycert.pem",
"pemPassword": ""
},
"ports" : [
{
"name" : "foo",
"protocol" : "tcp",
"port" : "12333",
"localPort" : "12333"
}
],
"rdp" : {
"port": 3389
}
}
}