-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathparams.json
54 lines (54 loc) · 1.63 KB
/
params.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"location": {
"value": "westeurope"
},
"environment": {
"value": "dev"
},
"prefix": {
"value": "csuhealth"
},
"tags": {
"value": {}
},
"ingestionService": {
"value": "iothub"
},
"enableRoleAssignments": {
"value": true
},
"enableHealthBot": {
"value": true
},
"fhirExportStorageAccountFileSystemId": {
"value": "/subscriptions/4060c03e-0d2e-44b7-82a3-da9376fe50b2/resourceGroups/healthcare/providers/Microsoft.Storage/storageAccounts/mabusshealthstorage/blobServices/default/containers/healthcare"
},
"iotDeviceMapping": {
"value": {
"templateType": "CollectionContent",
"template": []
}
},
"iotFhirMapping": {
"value": {
"templateType": "CollectionFhirTemplate",
"template": []
}
},
"subnetId": {
"value": "/subscriptions/4060c03e-0d2e-44b7-82a3-da9376fe50b2/resourceGroups/healthcare-bicep/providers/Microsoft.Network/virtualNetworks/testvnet/subnets/default"
},
"privateDnsZoneIdEventhubNamespace": {
"value": ""
},
"privateDnsZoneIdContainerRegistry": {
"value": ""
},
"privateDnsZoneIdHealthcareApi": {
"value": ""
}
}
}