Closed saurabhmandel closed 10 months ago
@saurabhmandel - we've just made a commit that should fix your issue with .ndjson files not being picked up from Azure blob storage. Please pull the latest code and try again.
Hi Eric Howard,
Just I have one question regarding this latest code just want to make sure that I am doing it correctly, I have pulled the latest repo as you mentioned so do I need to deploy a completely new FHIR bulk loader service or after pulling the latest code it will just work with old one ?
Thanks, Saurabh
From: Erik Howard @.> Sent: Tuesday, October 17, 2023 8:43 PM To: microsoft/fhir-loader @.> Cc: Saurabh Rawat @.>; Mention @.> Subject: Re: [microsoft/fhir-loader] Issue: FHIR bulk loader functionality not picking up .ndjson files from Azure blob storage. (Issue #55)
@saurabhmandelhttps://github.com/saurabhmandel - we've just made a commit that should fix your issue with .ndjson files not being picked up from Azure blob storage. Please pull the latest code and try again.
— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/fhir-loader/issues/55#issuecomment-1766624820, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BDCZYBU2ZL7WRAGHMGSJFG3X72OAHAVCNFSM6AAAAAA5V4S6OKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGYZDIOBSGA. You are receiving this because you were mentioned.Message ID: @.***>
@saurabhmandel You will need to redeploy a new FHIR bulk loader service. Let us know if that works!
@saurabhmandel I will close this issue for now, please re-open if the issue persists!
We have a container in blob storage where we are putting our ndjson files. As soon as the file comes into the container, the FHIR bulk loader should pick it up and load it in FHIR server. It was working fine before our service principal client secret got expired and we found out that our blob storage access key got expired. We have updated these both since in the key vault and still we are facing the issue that the FHIR bulk loader is not picking up the ndjson files from the container.