-
Notifications
You must be signed in to change notification settings - Fork 0
/
parameters.json
39 lines (39 loc) · 1.02 KB
/
parameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workflows_BotPay_name": {
"value": null
},
"workflows_BotList_name": {
"value": null
},
"workflows_BotMeme_name": {
"value": null
},
"workflows_BotLearn_name": {
"value": null
},
"connections_azuretables_name": {
"value": null
},
"serverfarms_UKSouthPlan_name": {
"value": null
},
"sites_csharpbot_commandeval_name": {
"value": null
},
"workflows_DaughterOfCaprica_name": {
"value": null
},
"storageAccounts_csharpbotdata_name": {
"value": null
},
"config_web_name": {
"value": null
},
"hostNameBindings_csharpbot_commandeval.azurewebsites.net_name": {
"value": null
}
}
}