Azure Configuration for the Notifications Microservice
To know how to retrieve the values for properties in a Fabric Component, refer to Notification MS - Integration with Fabric.
| Name | Value | Description | Component |
|---|---|---|---|
| APPINSIGHTS_INSTRUMENTATIONKEY | 73acf9d4-90cd-4770-8ea1-ec8f4f2ced7d | Azure related property, do not modify | Azure |
| APPLICATIONINSIGHTS_CONNECTION_STRING | InstrumentationKey=73acf9d4-90cd-4770-8ea1-ec8f4f2ced7d;IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/ | Azure related property, do not modify | Azure |
| AzureWebJobsDashboard | DefaultEndpointsProtocol=https;AccountName=c4734e2619c947609973;AccountKey=lJWbIPg31feqGTHo8AzZaTXV8Ym1hb/SNTloYfHE/6EGQO7TBOu5vrHaS9TE4GUyvoYxOuphf0jGQr0LJKK5Ag== | Azure related property, do not modify | Azure |
| AzureWebJobsStorage | DefaultEndpointsProtocol=https;AccountName=c4734e2619c947609973;AccountKey=lJWbIPg31feqGTHo8AzZaTXV8Ym1hb/SNTloYfHE/6EGQO7TBOu5vrHaS9TE4GUyvoYxOuphf0jGQr0LJKK5Ag== | Azure related property, do not modify | Azure |
| FUNCTIONS_EXTENSION_VERSION | ~2 | Azure related property, do not modify | Azure |
| FUNCTIONS_WORKER_RUNTIME | java | Azure related property, do not modify | Azure |
| JAVA_OPTS | -Djava.net.preferIPv4Stack=true | Azure related property, do not modify | Azure |
| WEBSITE_CONTENTAZUREFILECONNECTIONSTRING | DefaultEndpointsProtocol=https;AccountName=c4734e2619c947609973;AccountKey=lJWbIPg31feqGTHo8AzZaTXV8Ym1hb/SNTloYfHE/6EGQO7TBOu5vrHaS9TE4GUyvoYxOuphf0jGQr0LJKK5Ag== | Azure related property, do not modify | Azure |
| WEBSITE_CONTENTSHARE | devo-ms-notificationsapp174367 | Azure related property, do not modify | Azure |
| WEBSITE_RUN_FROM_PACKAGE | 1 | Azure related property, do not modify | Azure |
| eventHubConnection | Endpoint=sb://devo-accagg-kafka.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=tlMKZGrgY5RMH/Ab4Drrll8KgShJzdDXkPVsQmVS7DU= | Connection String for the event hub, APIs produce data to this event hub. | Event Hub |
| eventHubConsumerGroup | $Default | Event Hub Consumer Group | Event Hub |
| eventHubName | notification-event | Event Hub topic, Ingester function actively listens to this | Event Hub |
| temn.msf.stream.kafka.bootstrap.servers | devo-AccAgg-Kafka.servicebus.windows.net:9093 | Event Hub bootstrap server, to consume data | Event Hub |
| temn.msf.stream.kafka.sasl.enabled | TRUE | Event Hub property to set SASL Auth | Event Hub |
| temn.msf.stream.kafka.sasl.jaas.config | org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="Endpoint=sb://devo-accagg-kafka.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=tlMKZGrgY5RMH/Ab4Drrll8KgShJzdDXkPVsQmVS7DU="; | SASL JAAS config, required to produce data in event hub securely | Event Hub |
| temn.msf.stream.vendor.outbox | kafka | Stream vendor for outbox | Event Hub |
| temn_msf_ingest_sink_error_stream | error | Error topic to produce data into | Event Hub |
| temn_msf_outbox_stream_vendor | kafka | Stream vendor for outbox, duplicate | Event Hub |
| temn_msf_stream_vendor | kafka | Stream vendor used | Event Hub |
| appid | RETAIL_AND_BUSINESS_BANKING | App ID to send to Fabric Alert/Push Event API as payload | Fabric |
| BasePathKony | https://100037426.auth.konycloud.com | Base path for Fabric Identity Service | Fabric |
| contenttype | application/json | contentType Header, used as header to invoke Fabric Alert/Push Event API | Fabric |
| konyPassword | Kony@123 | Password of admin user from User Store, this is used against the identity service | Fabric |
| KonyProviderResourcePath | /login | Resource path for Fabric Identity Service | Fabric |
| KonyServicesResourcePath | https://infinityautomation1.konycloud.com:443/services/data/v1/PushExternalEvents/objects/PushEvent | Fabric Alert/Push Event API Object Service URL | Fabric |
| konyUserId | externaluser@external.com | User ID of admin user from User Store, this is used against the identity service | Fabric |
| XKonyAppKey | e6c77db2733b18603e4639c75805482e | App key of UserStore Identity Service, used to authenticate before pushing data into Fabric Server Events | Fabric |
| XKonyAppSecret | f737250e5fbf36492e5e4689a72e5656 | App Secret of UserStore Identity Service, used to authenticate before pushing data into Fabric Server Events | Fabric |
| eventstatus | SID_EVENT_SUCCESS | Event Status to send to Fabric Alert/Push Event API as payload | Fabric |
| class_inbox_dao | com.temenos.microservice.framework.core.inbox.InboxDaoImpl | Class path for Inbox Data Access Object, do not modify | MSF |
| class_outbox_dao | com.temenos.microservice.framework.core.outbox.OutboxDaoImpl | Class path for Outbox Data Access Object, do not modify | MSF |
| className_getHealthCheck | com.temenos.microservice.framework.core.health.GetHealthCheckImpl | Class path for MSF(Framework) health check API, do not modify | MSF |
| DATABASE_KEY | inmemory | Database key, to differentiate between databases, this MS does not store data, and uses inmemory DB | MSF |
| DEPLOYMENT_ENV | azure | Signifies stack of deployment | MSF |
| tem_msf_disableInbox | TRUE | Disabling Inbox config, as its not used, do not modify | MSF |
| temn.msf.ingest.is.avro.event.ingester | FALSE | Using generic Ingester, hence avro is disabled, do not modify | MSF |
| temn_ingester_mapping_enabled | FALSE | Ingester Related Property, mapping for avro schema, disabled as its not used, do not modify | MSF |
| temn_msf_ingest_event_ingester | com.temenos.microservice.framework.core.ingester.MicroserviceIngester | Classpath of MSF Ingester, do not modify | MSF |
| temn_msf_ingest_generic_ingester | com.temenos.microservice.notification.ingestor.NotificationIngestor | Classpath of Notification Ingester, do not modify | MSF |
| temn_msf_name | notification | Name of Microservice | MSF |
In this topic