Skip to content

Commit 2e07dac

Browse files
authored
Merge pull request #248929 from msjasteppe/converter-media-folder
Adding dedicated folder for images and edits
2 parents 783e0f7 + 5cb4f96 commit 2e07dac

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

articles/healthcare-apis/fhir/configure-settings-convert-data.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: msjasteppe
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 08/03/2022
8+
ms.date: 08/21/2022
99
ms.author: jasteppe
1010
---
1111

@@ -108,7 +108,7 @@ We recommend that you host your own copy of templates in an Azure Container Regi
108108

109109
1. [Create an Azure Container Registry instance](#step-1-create-an-azure-container-registry-instance)
110110
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)
112112
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)
113113
5. [Register the Azure Container Registry server in the FHIR service](#step-5-register-the-azure-container-registry-server-in-the-fhir-service)
114114
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
127127

128128
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>`).
129129

130-
### Step 3: Enable Azure Managed Identity in your FHIR service instance
130+
### Step 3: Enable Azure Managed identity in your FHIR service instance
131131

132132
1. Go to your instance of the FHIR service in the Azure portal, and then select the **Identity** option.
133133

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.
135135

136-
![Screenshot of the FHIR pane for enabling the managed identity feature.](media/convert-data/fhir-mi-enabled.png#lightbox)
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":::
137137

138138
### Step 4: Provide Azure Container Registry access to the FHIR service managed identity
139139

140140
1. In your resource group, go to your **Container Registry** instance, and then select the **Access control (IAM)** tab.
141141

142142
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.
143143

144-
![Screenshot of the "Access control" pane and the "Add role assignment" menu.](../../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png)
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.":::
147145

148146
3. On the **Role** pane, select the [AcrPull](../../role-based-access-control/built-in-roles.md#acrpull) role.
149147

150-
[![Screenshot showing the "Add role assignment" pane.](../../../includes/role-based-access-control/media/add-role-assignment-page.png)](../../../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":::
151149

152150
4. On the **Members** tab, select **Managed identity**, and then select **Select members**.
153151

@@ -169,7 +167,7 @@ To use the Azure portal:
169167
3. Select **Add** and then, in the dropdown list, select your registry server.
170168
4. Select **Save**.
171169

172-
![Screenshot of the Artifacts screen for registering an Azure Container Registry with a FHIR service.](media/convert-data/fhir-acr-add-registry.png#lightbox)
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":::
173171

174172
You can register up to 20 Azure Container Registry servers in the FHIR service.
175173

@@ -180,7 +178,7 @@ You can register up to 20 Azure Container Registry servers in the FHIR service.
180178

181179
1. In the Azure portal, on the left pane, select **Networking** for the Azure Container Registry instance.
182180

183-
![Screenshot of the Networking screen for configuring an Azure Container Registry firewall.](media/convert-data/networking-container-registry.png#lightbox)
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":::
184182

185183
2. On the **Public access** tab, select **Selected networks**.
186184

@@ -224,7 +222,7 @@ You can also completely disable public access to your Azure Container Registry i
224222
1. In the Azure portal container registry, select **Networking**.
225223
2. Select the **Public access** tab, select **Disabled**, and then select **Allow trusted Microsoft services to access this container registry**.
226224

227-
![Screenshot of the "Networking" pane for disabling public network access to an Azure Container Registry instance.](media/convert-data/configure-private-network-container-registry.png#lightbox)
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":::
228226

229227
### Verify the $convert-data operation
230228

34.7 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)