-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmain-template.parameters.json
More file actions
54 lines (54 loc) · 1.67 KB
/
main-template.parameters.json
File metadata and controls
54 lines (54 loc) · 1.67 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
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deployment type": {
"value": "Basic"
},
"geo-paired-region": {
"value": "EastUS2"
},
"solutionType": {
"value": "solutionType"
},
"omsWorkspaceRegion": {
"value": "canadacentral"
},
"appInsightsLocation": {
"value": "eastus"
},
"appInsightsLocationDr": {
"value": "westus2"
},
"tenantId": {
"value": "xxxxxxx-xxxa-4xxx-xxxe-xxxxcxd3xxxx8"
},
"clientId": {
"value": "4xxxxxxa-xxxx-xxxx-xxxx-xxxxxxxf7xxe"
},
"objectId": {
"value": "xxxxbxxx-bxxx-xx1e-8xxa-e2d203a42921"
},
"clientSecret": {
"value": "Txxx/xxxxxfyxxxxxxTYxxxxx2M+xxxxx6gxxxxxXM="
},
"azureAccountName": {
"value": "user@noreply.com"
},
"azurePassword": {
"value": "XXXXXXXXX"
},
"sessionId": {
"value": "6d5a5d09-c30c-481d-8bf6-0b7a27061996"
},
"cosmosdbModuleUri": {
"value": "https://github.com/ooha-m/MSIotDeviceManagement/raw/master/code/builds/cosmos.zip"
},
"azureAdPreviewModuleUri": {
"value": "https://github.com/ooha-m/MSIotDeviceManagement/raw/master/code/builds/AzureADPreview.zip"
},
"deviceManagementUriWm": {
"value": "https://github.com/ooha-m/MSIotDeviceManagement/raw/master/code/builds/DeviceManagementPortalAI.zip"
}
}
}