Skip to content

Commit 64bd064

Browse files
authored
Merge pull request #180046 from ginalee-dotcom/patch-10
Update convert-data.md
2 parents ad03985 + 30c5d0b commit 64bd064

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/healthcare-apis/data-transformation/convert-data.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ranvijaykumar
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: overview
9-
ms.date: 05/11/2021
9+
ms.date: 11/16/2021
1010
ms.author: ranku
1111
---
1212

@@ -162,8 +162,7 @@ az healthcareapis acr add --login-servers "fhiracr2021.azurecr.io fhiracr2020.az
162162

163163
Select **Networking** of the Azure storage account from the portal.
164164

165-
:::image type="content" source="media/convert-data/networking-container-registry.png" alt-text="Container registry.":::
166-
165+
![configure ACR firewall](media/convert-data/networking-container-registry.png)
167166

168167
Select **Selected networks**.
169168

@@ -199,6 +198,13 @@ In the table below, you'll find the IP address for the Azure region where the FH
199198
> [!NOTE]
200199
> The above steps are similar to the configuration steps described in the document How to export FHIR data. For more information, see [Secure Export to Azure Storage](./export-data.md#secure-export-to-azure-storage)
201200

201+
For a private network access (i.e. private link), you can also disable the public network access of ACR.
202+
* Select Networking blade of the Azure storage account from the portal.
203+
* Select `Disabled`.
204+
* Select Firewall exception : Allow trusted Microsoft services to access this container registry.
205+
206+
![private link for ACR](media/convert-data/configure-private-network-container-registry.png)
207+
202208
### Verify
203209

204210
Make a call to the $convert-data API specifying your template reference in the templateCollectionReference parameter.
61.4 KB
Loading

0 commit comments

Comments
 (0)