-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathconnections.json
49 lines (49 loc) · 1.33 KB
/
connections.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
{
"managedApiConnections": {
"azuremonitorlogs": {
"api": {
"id": "@appsetting('AzureMonitor_Api_Id')"
},
"authentication": {
"type": "ManagedServiceIdentity"
},
"connection": {
"id": "@appsetting('AzureMonitor_Resource_Id')"
},
"connectionProperties": {
"authentication": {
"additionalAudiences": [
"https://api.loganalytics.io"
],
"audience": "https://management.core.windows.net/",
"type": "ManagedServiceIdentity"
}
},
"connectionRuntimeUrl": "@appsetting('AzureMonitor_ConnectRuntime_Url')"
}
},
"serviceProviderConnections": {
"AzureCosmosDB": {
"displayName": "conn-cosmos-db",
"parameterValues": {
"connectionString": "@appsetting('AzureCosmosDB_connectionString')"
},
"serviceProvider": {
"id": "/serviceProviders/AzureCosmosDB"
}
},
"eventHub": {
"displayName": "conn-ai-usage-event-hub",
"parameterSetName": "ManagedServiceIdentity",
"parameterValues": {
"authProvider": {
"Type": "ManagedServiceIdentity"
},
"fullyQualifiedNamespace": "@appsetting('eventHub_fullyQualifiedNamespace')"
},
"serviceProvider": {
"id": "/serviceProviders/eventHub"
}
}
}
}