Forum Discussion
Using Fabric Healthcare data solutions but without OneLake?
- 2 years ago
Thanks Anonymous
I ended up using the export notebook which is part of the ingestion step in the healthcare solutions
yes, as for my understanding, Fabric notebooks under the Healthcare data solutions are using onelake
our customer needs some further configuration over the storage account which isn't supported using fabric and onelake (like customer managed keys encryption)
it seems like, for example, in the healthcare1_msft_raw_bronze_ingestion notebook, the code is using the following service:
from microsoft.fabric.hls.hds.services.bronze_ingestion_service import BronzeIngestionService
is it possible to use this BronzeIngestionService service over a storage account that we create? (and not onelake)
Hi DorLugasi
You can create an Azure Blob Storage connection using Fabric.
Set up your Azure Blob Storage connection - Microsoft Fabric | Microsoft Learn
Hope this helps.
- Anonymous2 years agoNot applicable
Hi DorLugasi
We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.
Thanks- DorLugasi2 years ago
Microsoft Employee
Thanks Anonymous
I ended up using the export notebook which is part of the ingestion step in the healthcare solutions