Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable writing events to external database #3739

Merged
merged 4 commits into from
Mar 7, 2024

Conversation

SergeyGaluzo
Copy link
Contributor

@SergeyGaluzo SergeyGaluzo commented Mar 5, 2024

This simple PR introduces ability to route TryLogEvent calls to external database specified in Parameters.EventLogConnectionString. On service startup there is one extra database call to cache external connection string. If connection string value is NULL or not present (normal case) calls are made to the same database as today.

@SergeyGaluzo SergeyGaluzo requested a review from a team as a code owner March 5, 2024 22:30
@SergeyGaluzo SergeyGaluzo added Enhancement Enhancement on existing functionality. Azure Healthcare APIs Label denotes that the issue or PR is relevant to the FHIR service in the Azure Healthcare APIs labels Mar 5, 2024
@SergeyGaluzo SergeyGaluzo added this to the S136 milestone Mar 5, 2024
@SergeyGaluzo SergeyGaluzo changed the title Ability to write events to external database on the same SQL server Write events to database on same SQL server Mar 5, 2024
@SergeyGaluzo SergeyGaluzo changed the title Write events to database on same SQL server Enable writing events to external database Mar 6, 2024
@SergeyGaluzo
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@SergeyGaluzo SergeyGaluzo merged commit b93d1a4 into main Mar 7, 2024
43 checks passed
@SergeyGaluzo SergeyGaluzo deleted the users/sergal/externaleventlog branch March 7, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure Healthcare APIs Label denotes that the issue or PR is relevant to the FHIR service in the Azure Healthcare APIs Enhancement Enhancement on existing functionality. Schema Version unchanged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants