Skip to content

Commit

Permalink
update arm
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurabe authored Nov 8, 2018
1 parent 86528e0 commit f351fd8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions complete_iotsolution.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,32 @@
},
"variables": {
"location": "[resourceGroup().location]",
"docDbApiVersion": "2018-11-08",
"docDbApiVersion": "2015-04-08",
"docDbName": "[concat(parameters('solutionName'),'db')]",
"sbVersion": "2018-11-08",
"sbVersion": "2015-08-01",
"sbName": "[concat(parameters('solutionName'),'sb')]",
"sbQName": "iotdemoqueue",
"sbQueuePolicyName": "sbqueuePolicy",
"sbQueueRuleResourceId": "[resourceId('Microsoft.ServiceBus/namespaces/queues/authorizationRules', variables('sbName'), variables('sbQName'), variables('sbQueuePolicyName'))]",
"sbRuleResourceId": "[resourceId('Microsoft.ServiceBus/namespaces/authorizationRules', variables('sbName'), 'RootManageSharedAccessKey')]",
"saVersion": "2018-11-08",
"saVersion": "2015-10-01",
"saName": "[concat(parameters('solutionName'), 'stream')]",
"iotHubVersion": "2018-11-08",
"iotHubVersion": "2016-02-03",
"iotHubTier": "Standard",
"iotHubName": "[concat(parameters('solutionName'), 'hub')]",
"iotHubKeyName": "iothubowner",
"iotHubKeyResource": "[resourceId('Microsoft.Devices/Iothubs/Iothubkeys', variables('iotHubName'), variables('iotHubKeyName'))]",
"iotHubResourceId": "[resourceId('Microsoft.Devices/Iothubs', variables('iotHubName'))]",
"iotConsGroupName": "iotdemocg",
"funcName": "[concat(parameters('solutionName'),'funct')]",
"funcApiVersion": "2018-11-08",
"funcApiVersion": "2015-08-01",
"funcStorageAccountName": "[concat(parameters('solutionName'),'funct','sa')]",
"funcHostingPlanName": "[concat(parameters('solutionName'), '-funct-plan')]",
"funcStorageAccountType": "Standard_LRS",
"funcSku": "Standard",
"funcWorkerSize": "0",
"dpsLocation": "[resourceGroup().location]",
"dpsName":"[concat(parameters('solutionName'),'dps')]",
"dpsApiVersion":"2018-11-08"
"dpsName":"[concat(parameters('solutionName'),'dps')]"
},
"resources": [
{
Expand Down Expand Up @@ -94,7 +93,7 @@
}
},
{
"apiVersion": "[variables('docDbApiVersion')]",
"apiVersion": "2017-08-21-preview",
"type": "Microsoft.Devices/ProvisioningServices",
"name": "[variables('dpsName')]",
"location": "[variables('dpsLocation')]",
Expand Down

0 comments on commit f351fd8

Please sign in to comment.