-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure_deploy.parameters.json
More file actions
30 lines (30 loc) · 937 Bytes
/
azure_deploy.parameters.json
File metadata and controls
30 lines (30 loc) · 937 Bytes
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
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"logicAppName": {
"value": "ReservedInstanceNotifier"
},
"triggerLogicAppName": {
"value": "ReservedInstanceNotifier-Trigger"
},
"o365ConnectionName": {
"value": "ReservedInstanceNotifierO365Conn"
},
"logicAppLocation": {
"value": "uksouth"
},
"emailResultsTo": {
"value": "list of semi-colon separated email addresses"
},
"contextIdentifier": {
"value": "some company/subscription identifier"
},
"createdTagContents": {
"value": "Created tag contents set on LogicApps"
},
"creatorTagContents": {
"value": "Created By tag contents set on LogicApps"
}
}
}