Skip to content

Commit

Permalink
adding parameter json
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurabe authored Nov 8, 2018
1 parent 30fc1d0 commit 79cf9bd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions complete_iotsolution.parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"solutionName": {
"value": null
},
"iotHubSku": {
"value": "S1"
},
"location":{
"value": null
},
"docDbName":{
"value": null
},
"iotHubName":{
"value": null
},
"sbName":{
"value": null
},
"funcName":{
"value": null
},
"funcSku":{
"value": null
},
"dpsName":{
"value": null
},
"saName":{
"value": null
}

}
}

0 comments on commit 79cf9bd

Please sign in to comment.