Skip to content

Conversation

shanice-skylight
Copy link
Collaborator

@shanice-skylight shanice-skylight commented Aug 11, 2025

PULL REQUEST

Summary

  • Added documentation update for Microsoft Entra ID configuration
  • Added documentation that explains how to verify database DNS configurations for connection to App service

Testing

To deploy, navigate to the app_function dir and run the following commands in order:

  1. terraform init
  2. terraform plan
  3. terraform apply

Upload the file named sample1.json and command below to the storage account:
This is the contents of the file:

  "queryId": "abc-123",
  "fhirServer": "https://example-fhir-server.com",
  "serviceToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
  "hl7Message": "MSH|^~\\&|HIS|RIH|EKG|EKG|200202150930||ADT^A01|MSG00001|P|2.4",
  "endpoint": "custom/hl7"
}

This is the command to upload the file to the container

az storage blob upload \     
  --account-name qcacastorageaccount \
  --container-name hl7-message \
  --name sample7.json \
  --file sample1.json \
  --auth-mode login \
  --overwrite true

Related Issue

Fixes #

Additional Information

Anything else the review team should know?

Checklist

  • Descriptive Pull Request title
  • Link to relevant issues
  • Provide necessary context for design reviewers
  • Ensure test coverage is above agreed upon threshold
  • Update documentation

@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.17%. Comparing base (5def99b) to head (69e3d5d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #778   +/-   ##
=======================================
  Coverage   66.17%   66.17%           
=======================================
  Files         122      122           
  Lines        6587     6587           
  Branches     1641     1643    +2     
=======================================
  Hits         4359     4359           
- Misses       2215     2216    +1     
+ Partials       13       12    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants