You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/configure-settings-convert-data.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: msjasteppe
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: how-to
8
-
ms.date: 08/03/2022
8
+
ms.date: 08/21/2022
9
9
ms.author: jasteppe
10
10
---
11
11
@@ -108,7 +108,7 @@ We recommend that you host your own copy of templates in an Azure Container Regi
108
108
109
109
1.[Create an Azure Container Registry instance](#step-1-create-an-azure-container-registry-instance)
110
110
2.[Push the templates to your Azure Container Registry instance](#step-2-push-the-templates-to-your-azure-container-registry-instance)
111
-
3.[Enable Azure Managed Identity in your FHIR service instance](#step-3-enable-azure-managed-identity-in-your-fhir-service-instance)
111
+
3.[Enable Azure Managed identity in your FHIR service instance](#step-3-enable-azure-managed-identity-in-your-fhir-service-instance)
112
112
4.[Provide Azure Container Registry access to the FHIR service managed identity](#step-4-provide-azure-container-registry-access-to-the-fhir-service-managed-identity)
113
113
5.[Register the Azure Container Registry server in the FHIR service](#step-5-register-the-azure-container-registry-server-in-the-fhir-service)
114
114
6.[Configure the Azure Container Registry firewall for secure access](#step-6-configure-the-azure-container-registry-firewall-for-secure-access)
@@ -127,27 +127,25 @@ To maintain different versions of custom templates in your ACR, you may push the
127
127
128
128
To reference specific template versions in the API, be sure to use the exact image name and tag that contains the versioned template to be used. For the API parameter `templateCollectionReference`, use the appropriate **image name + tag** (for example: `<RegistryServer>/<imageName>:<imageTag>`).
129
129
130
-
### Step 3: Enable Azure Managed Identity in your FHIR service instance
130
+
### Step 3: Enable Azure Managed identity in your FHIR service instance
131
131
132
132
1. Go to your instance of the FHIR service in the Azure portal, and then select the **Identity** option.
133
133
134
-
2. Change the status to **On** to enable Managed Identity in the FHIR service.
134
+
2. Change the **Status** to **On**and select **Save**to enable the system-managed identity in the FHIR service.
135
135
136
-

136
+
:::image type="content" source="media/convert-data/configure-settings-convert-data/fhir-managed-identity-enabled.png" alt-text="Screenshot of the FHIR pane for enabling the managed identity feature." lightbox="media/convert-data/configure-settings-convert-data/fhir-managed-identity-enabled.png":::
137
137
138
138
### Step 4: Provide Azure Container Registry access to the FHIR service managed identity
139
139
140
140
1. In your resource group, go to your **Container Registry** instance, and then select the **Access control (IAM)** tab.
141
141
142
142
2. Select **Add** > **Add role assignment**. If the **Add role assignment** option is unavailable, ask your Azure administrator to grant you the permissions for performing this task.
143
143
144
-

145
-
146
-
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png" alt-text="Screenshot of the 'Access control' pane and the 'Add role assignment' menu.":::
144
+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png" alt-text="Screenshot of the Access control pane and the 'Add role assignment' menu.":::
147
145
148
146
3. On the **Role** pane, select the [AcrPull](../../role-based-access-control/built-in-roles.md#acrpull) role.
149
147
150
-
[](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
148
+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-page.png" alt-text="Screenshot showing the Add role assignment pane." lightbox="../../../includes/role-based-access-control/media/add-role-assignment-page.png":::
151
149
152
150
4. On the **Members** tab, select **Managed identity**, and then select **Select members**.
153
151
@@ -169,7 +167,7 @@ To use the Azure portal:
169
167
3. Select **Add** and then, in the dropdown list, select your registry server.
170
168
4. Select **Save**.
171
169
172
-

170
+
:::image type="content" source="media/convert-data/configure-settings-convert-data/fhir-acr-add-registry.png" alt-text="Screenshot of the Artifacts screen for registering an Azure Container Registry with a FHIR service." lightbox="media/convert-data/configure-settings-convert-data/fhir-acr-add-registry.png":::
173
171
174
172
You can register up to 20 Azure Container Registry servers in the FHIR service.
175
173
@@ -180,7 +178,7 @@ You can register up to 20 Azure Container Registry servers in the FHIR service.
180
178
181
179
1. In the Azure portal, on the left pane, select **Networking** for the Azure Container Registry instance.
182
180
183
-

181
+
:::image type="content" source="media/convert-data/configure-settings-convert-data/networking-container-registry.png" alt-text="Screenshot of the Networking screen for configuring an Azure Container Registry firewall." lightbox="media/convert-data/configure-settings-convert-data/networking-container-registry.png":::
184
182
185
183
2. On the **Public access** tab, select **Selected networks**.
186
184
@@ -224,7 +222,7 @@ You can also completely disable public access to your Azure Container Registry i
224
222
1. In the Azure portal container registry, select **Networking**.
225
223
2. Select the **Public access** tab, select **Disabled**, and then select **Allow trusted Microsoft services to access this container registry**.
226
224
227
-

225
+
:::image type="content" source="media/convert-data/configure-settings-convert-data/configure-private-network-container-registry.png" alt-text="Screenshot of the Networking option for disabling public network access to an Azure Container Registry instance." lightbox="media/convert-data/configure-settings-convert-data/configure-private-network-container-registry.png":::
0 commit comments