iotsuite-cli
Version:
Command Line Interface for deploying pre-configured IoT solutions through Azure
30 lines • 870 B
JSON
{
"resourceGroup": {
"type": "String",
"value": "caneronbasicdemo1"
},
"iotHubConnectionString": {
"type": "String",
"value": "HostName=iothub-arfta.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=Tx6QP9V3+YCG7sVC/QvyTG2G5ZbZjZG+d95ypOo7U/4="
},
"documentDBConnectionString": {
"type": "String",
"value": "AccountEndpoint=https://documentdb-arfta.documents.azure.com:443/;AccountKey=DhTbgsYbbYLGBaFHGvNrGMJBOGrsMlcvFu2wHNDF7BYNmocwfv0Qtm2YfiGbvYFKZTyyM2m1SS7zUNRZz3h6NQ==;"
},
"azureWebsite": {
"type": "String",
"value": "https://cameronbasicdemo.azurewebsites.net"
},
"vmFQDN": {
"type": "String",
"value": "vm-arfta.eastus.cloudapp.azure.com"
},
"adminUsername": {
"type": "String",
"value": "cameron"
},
"adminPassword": {
"type": "String",
"value": "Pcs!2345"
}
}