Open briansok71 opened 1 year ago
Data is exported from FHIR to EDAV by an Azure Function. This Azure Function will upload FHIR data to be exported to a Azure Storage Account. Blob Storage service, for Azure Data Lake Gen2.
The DEX FHIR Subscription contains a VNet that will use VNet Peering to communicate with the EDAV VNet. The Azure Data Lake Gen2 will implement Private Link so that the Azure Function can access through a Private Endpoint.
The DEX FHIR will have its own Service Principal (SP) that will be added to the RBAC Role Assignment of Storage Blob Contributor.
Data is exported from FHIR to EDAV by an Azure Function. This Azure Function will upload FHIR data to be exported to a Azure Storage Account. Blob Storage service, for Azure Data Lake Gen2. There is a need to understand the Data Lake endpoint and credential requirements.