You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Domain of LM Platform where logs are to be sent."
30
+
}
31
+
},
20
32
"LM_Access_Id": {
21
33
"type": "String",
22
-
"defaultValue":"",
34
+
"defaultValue":"",
23
35
"metadata": {
24
36
"description": "LogicMonitor API Token access ID."
25
37
}
26
38
},
27
39
"LM_Access_Key": {
28
40
"type": "String",
29
-
"defaultValue":"",
41
+
"defaultValue":"",
30
42
"metadata": {
31
43
"description": "LogicMonitor API Token access Key."
32
44
}
33
45
},
34
46
"LM_Bearer_Token": {
35
47
"type": "String",
36
-
"defaultValue":"",
48
+
"defaultValue":"",
37
49
"metadata": {
38
50
"description": "LM API Bearer Token.\nEither specify access_id and access_key both or bearer_token. If all specified, LMv1 token(access_id and access_key) will be used for authentication with LogicMonitor."
39
51
}
@@ -46,33 +58,26 @@
46
58
},
47
59
"Azure_Account_Name": {
48
60
"type": "string",
49
-
"defaultValue":"",
61
+
"defaultValue":"",
50
62
"metadata": {
51
63
"description": "Azure Account Name created during the creation of azure account in LM"
52
64
}
53
65
},
54
66
"Include_Metadata_keys": {
55
67
"type": "string",
56
-
"defaultValue":"resourceId",
68
+
"defaultValue":"resourceId",
57
69
"metadata": {
58
70
"description": "comma separated keys to add as event metadata in a lm-log event. for nested json specify '.' eg - properties.functionName,properties.message "
59
71
}
60
72
},
61
-
"LMTenantId": {
73
+
"LM_Tenant_Id": {
62
74
"type": "string",
63
-
"defaultValue":"",
75
+
"defaultValue":"",
64
76
"metadata": {
65
77
"description": "LogicMonitor Tenant Identifier sent as event metadata to LogicMonitor"
66
78
}
67
79
},
68
-
"Resource_Type": {
69
-
"type": "string",
70
-
"defaultValue": "Azure",
71
-
"metadata": {
72
-
"description": "Type of platform from where logs are coming."
73
-
}
74
-
},
75
-
"enableActivityLogs": {
80
+
"Enable_Activity_Logs": {
76
81
"type": "String",
77
82
"allowedValues": [
78
83
"Yes",
@@ -82,14 +87,30 @@
82
87
"description": "Enable Activity logs to be sent to the event hub that will get created in this deployment"
83
88
},
84
89
"defaultValue": "Yes"
90
+
},
91
+
"TLSVersionStorageAccount": {
92
+
"type": "string",
93
+
"defaultValue": "1_2",
94
+
"metadata": {
95
+
"description": "Provide an appropriate TLS version for storage account. Format - X_X"
96
+
}
97
+
},
98
+
"TLSVersionFunctionApp": {
99
+
"type": "string",
100
+
"defaultValue": "1.3",
101
+
"metadata": {
102
+
"description": "Provide an appropriate TLS version for function app. Format - X.X"
0 commit comments