Skip to content

Commit c8cf02f

Browse files
committed
fix the issue
1 parent 948696e commit c8cf02f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/data-factory/tutorial-managed-virtual-network-migrate.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Move existing public Azure integration runtime to an Azure integration runtime in a managed virtual network
3-
description: This tutorial provides steps to move existing public Azure integration runtime to an Azure integration runtime in a managed virtual network.
2+
title: Move existing Azure integration runtime to an Azure integration runtime in a managed virtual network
3+
description: This tutorial provides steps to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network.
44
author: lrtoyou1223
55
ms.author: lle
66
ms.service: data-factory
@@ -9,24 +9,24 @@ ms.topic: tutorial
99
ms.date: 05/08/2022
1010
---
1111

12-
# Tutorial: How to move existing public Azure integration runtime to an Azure integration runtime in a managed virtual network
12+
# Tutorial: How to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network
1313

1414
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1515

16-
Managed virtual network provides a secure and manageable data integration solution. With managed virtual network, you can provision the Azure integration runtime as part of a managed virtual network and use private endpoints to securely connect to supported data stores. Data traffic goes through Azure private links that provide secured connectivity to the data source. In addition, it prevents data exfiltration to the public internet.
17-
This tutorial provides steps to move existing public Azure integration runtime to an Azure integration runtime in a managed virtual network.
16+
Managed virtual network provides a secure and manageable data integration solution. With managed virtual network, you can create the Azure integration runtime as part of a managed virtual network and use private endpoints to securely connect to supported data stores. Data traffic goes through Azure private links that provide secured connectivity to the data source. In addition, it prevents data exfiltration to the public internet.
17+
This tutorial provides steps to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network.
1818

19-
## Steps to move existing public Azure integration runtime to an Azure integration runtime in a managed virtual network
19+
## Steps to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network
2020
1. Enable managed virtual network on your Azure integration runtime. You can enable it either on a new Azure integration time or an existing one.
2121

22-
:::image type="content" source="./media/tutorial-managed-virtual-network/enable-managed-virtual network.png" alt-text="Enable managed virtual network":::
22+
:::image type="content" source="./media/tutorial-managed-virtual-network/enable-managed-virtual network.png" alt-text="Enable managed virtual network during the creation or edit Azure integration runtime":::
2323

2424
> [!NOTE]
2525
> You can't enable managed virtual network on the default auto-resolve integration runtime.
2626
2727
2. Modify all the integration runtime references in the linked service to the newly created Azure integration runtime in the managed virtual network.
2828

29-
:::image type="content" source="./media/tutorial-managed-virtual-network/modify-linked-service.png" alt-text="Modify linked service":::
29+
:::image type="content" source="./media/tutorial-managed-virtual-network/modify-linked-service.png" alt-text="Modify the integration runtime reference in the linked service":::
3030

3131

3232
## Next steps

0 commit comments

Comments
 (0)