|
23 | 23 |
|
24 | 24 | "SUBSCRIPTION_REQUEST_CONSUMER": "on",
|
25 | 25 | "SUBSCRIPTION_REQUEST_EVENTHUB_NAME": "<put-here-the-name-of-the-event-hub>",
|
| 26 | + "SubscriptionRequestEventHubConnection__fullyQualifiedNamespace": "<put-here-the-the-event-hub-fully-qualified-namespace>", |
26 | 27 |
|
27 | 28 | "EVENTS_PRODUCER": "on",
|
28 | 29 | "EVENTS_SERVICEBUS_TOPIC_NAME": "<put-here-the-the-service-bus-topic-name>",
|
29 |
| - "EventProducerCosmosConnection__accountEndpoint": "<put-here-the-the-cosmos-database-account-endpoint>", |
30 |
| - "EventProducerCosmosConnection": "<put-here-the-the-cosmos-database-connection-string>", |
31 | 30 |
|
32 | 31 | "ACTIVATION_CONSUMER": "on",
|
33 | 32 | "ACTIVATIONS_COSMOSDB_CONTAINER_NAME": "activations",
|
34 | 33 | "ACTIVATION_MAX_FETCH_SIZE": "50",
|
35 |
| - "ActivationConsumerCosmosDBConnection__accountEndpoint": "<put-here-the-the-cosmos-database-account-endpoint>", |
36 | 34 | "ActivationConsumerCosmosDBConnection": "<put-here-the-the-cosmos-database-connection-string>",
|
| 35 | + "ActivationConsumerCosmosDBConnection__accountEndpoint": "<put-here-the-the-cosmos-database-account-endpoint>", |
37 | 36 |
|
38 | 37 | "TRIAL_CONSUMER": "off",
|
39 | 38 | "TRIALS_COSMOSDB_CONTAINER_NAME": "trials",
|
40 |
| - "TrialsCosmosConnection__accountEndpoint": "<put-here-the-the-cosmos-database-account-endpoint>", |
41 |
| - "TrialsCosmosConnection": "<put-here-the-the-cosmos-database-connection-string>" |
| 39 | + "TrialsCosmosConnection": "<put-here-the-the-cosmos-database-connection-string>", |
| 40 | + "TrialsCosmosConnection__accountEndpoint": "<put-here-the-the-cosmos-database-account-endpoint>" |
42 | 41 | }
|
43 | 42 | }
|
0 commit comments