iotsuite-cli
Version:
Command Line Interface for deploying pre-configured IoT solutions through Azure
62 lines • 1.9 kB
JSON
{
"resourceGroup": {
"type": "String",
"value": "parvezenterprise"
},
"iotHubHostName": {
"type": "String",
"value": "hub-dhmtsthni5tx6.azure-devices.net"
},
"iotHubConnectionString": {
"type": "String",
"value": "HostName=hub-dhmtsthni5tx6.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=RaoBS//5xnzNA95CR7IIRkbyrwPG6Hl+6CY22jcuJss="
},
"documentDBConnectionString": {
"type": "String",
"value": "AccountEndpoint=https://docdb-dhmtsthni5tx6.documents.azure.com:443/;AccountKey=8jc24dMjX6rGqskC1uzWrZgEnW0AP5NuexgTIkTryc6DF8VDVx9wJjotcB4ZeMww1widk3ygcUXDiFfpV0tuUw==;"
},
"containerServiceName": {
"type": "String",
"value": "parvezenterprise-cluster"
},
"masterFQDN": {
"type": "String",
"value": "parvezenterprise-mgmt.eastus.cloudapp.azure.com"
},
"adminUsername": {
"type": "String",
"value": "ppathan"
},
"sshMaster0": {
"type": "String",
"value": "ssh ppathan@parvezenterprise-mgmt.eastus.cloudapp.azure.com -A -p 22"
},
"loadBalancerIp": {
"type": "String",
"value": "104.45.145.186"
},
"agentFQDN": {
"type": "String",
"value": "agent-bnpky.eastus.cloudapp.azure.com"
},
"azureWebsite": {
"type": "String",
"value": "https://parvezenterprise.azurewebsites.net"
},
"iotHubEndpoint": {
"type": "String",
"value": "reference(variables('iotHubResourceId')).eventHubEndpoints.events.endpoint"
},
"iotHubReactPartitions": {
"type": "String",
"value": "reference(variables('iotHubResourceId')).eventHubEndpoints.events.partitionCount"
},
"storageAccountName": {
"type": "String",
"value": "parameters('storageName')"
},
"storageAccountKey": {
"type": "String",
"value": "listKeys(variables('storageResourceId'), providers('Microsoft.Storage', 'storageAccounts').apiVersions[0]).keys[0].value"
}
}