-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmain-template.parameters.json
More file actions
102 lines (102 loc) · 2.91 KB
/
main-template.parameters.json
File metadata and controls
102 lines (102 loc) · 2.91 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"solutionType": {
"value": "Project-Edison"
},
"deploymenttype": {
"value": "xxxxxxx"
},
"geo-paired-region": {
"value": "EastUS"
},
"visualStudioLocation":{
"value": "EastUS"
},
"signalRlocation": {
"value": "eastus"
},
"signalRlocationDr": {
"value": "WestUS"
},
"acrDeploymentLocation": {
"value": "CanadaCentral"
},
"omsWorkspaceRegion": {
"value": "eastus"
},
"omsWorkspaceRegionDr": {
"value": "southeastasia"
},
"appInsightsLocation": {
"value": "eastus"
},
"appInsightsLocationDr": {
"value": "southcentralus"
},
"tenantId": {
"value": "xxsxxxaxx-x8xxe-xcdxxx36xx3-xxxa1xxx4dxx"
},
"botAdClientId": {
"value": "x0xxxx0xxe4-x8cxx-4xx9-x87x-x45wuixxxx8xo"
},
"adObjectId": {
"value": "xjxxh24-xxxxx-xg6xhxx-xxjfxxx-guiexxxxxxx"
},
"adClientSecret": {
"value": "xxxxx-x8xx-xh99xx-xx6xx-xhxxxx-xxg8xx0xxh"
},
"azureAccountName": {
"value": "[email protected]"
},
"azurePassword": {
"value": "xxxxxxxxx"
},
"adminName": {
"value": "adminedison"
},
"sessionId": {
"value": "xsxxxx-c8xxh-xxxne-86xxx-jwx6xxhxxx87xxxjix"
},
"vmUsername": {
"value": "adminuser"
},
"vmPassword": {
"value": "xxxxxxxxx"
},
"aksServicePrincipalClientId": {
"value": "3xxc8-xx4x5e-x70xxx8-4x1xcxf-ffxxxxxxxxxx"
},
"aksServicePrincipalClientSecret": {
"value": "dxxx80xxx17-xfxx0xxx79-xx4xx67c-b3xxxxxx26"
},
"aksServicePrincipalClientIdDr": {
"value": "xxx8017-f0xxx-x7xxxxx9-b32xx6-4xxxb1cxxce"
},
"aksServicePrincipalClientSecretDr": {
"value": "dxx608-xxxxx017-f07xxxx9x-xxx4xxx-xxxxx6"
},
"signalrCapacity": {
"value": 1
},
"dockerVM": {
"value": "Yes"
},
"trafficManager": {
"value": "No"
},
"githuburl": {
"value": "https://github.com/litebulb/ProjectEdison.git"
},
"azureAdPreviewModuleUri": {
"value": "https://github.com/sysgain/Iot-ProjectEdison/raw/master/code/AzureADPreview.zip"
},
"cosmosdbModuleUri": {
"value": "https://github.com/sysgain/Iot-ProjectEdison/raw/master/code/cosmos.zip"
},
"siteName": {
"value": "botchannel"
}
}
}