Skip to content

Commit b4ed21b

Browse files
authored
Merge pull request #197460 from lrtoyou1223/vnetirbranch27
Add a new tutorial for managed vnet migration
2 parents b186b17 + 58ef62c commit b4ed21b

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ items:
180180
href: tutorial-managed-virtual-network-on-premise-sql-server.md
181181
- name: Access SQL Managed Instance
182182
href: tutorial-managed-virtual-network-sql-managed-instance.md
183+
- name: move existing Azure integration runtime to an Azure integration runtime in a managed virtual network
184+
href: tutorial-managed-virtual-network-migrate.md
183185
- name: Self-hosted integration runtime
184186
items:
185187
- name: Enable remote access from intranet with TLS/SSL certificate (Advanced)
22.2 KB
Loading
38.9 KB
Loading
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
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.
4+
author: lrtoyou1223
5+
ms.author: lle
6+
ms.service: data-factory
7+
ms.subservice: tutorials
8+
ms.topic: tutorial
9+
ms.date: 05/08/2022
10+
---
11+
12+
# Tutorial: How to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network
13+
14+
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
15+
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.
18+
19+
## Steps to move existing Azure integration runtime to an Azure integration runtime in a managed virtual network
20+
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.
21+
22+
:::image type="content" source="./media/tutorial-managed-virtual-network/enable-managed-virtual network.png" alt-text="Screenshot of enabling managed virtual network during the creation or edit Azure integration runtime.":::
23+
24+
> [!NOTE]
25+
> You can't enable managed virtual network on the default auto-resolve integration runtime.
26+
27+
2. Modify all the integration runtime references in the linked service to the newly created Azure integration runtime in the managed virtual network.
28+
29+
:::image type="content" source="./media/tutorial-managed-virtual-network/modify-linked-service.png" alt-text="Screenshot of modifying the integration runtime reference in the linked service.":::
30+
31+
32+
## Next steps
33+
34+
Advance to the following tutorial to learn about managed virtual network:
35+
36+
> [!div class="nextstepaction"]
37+
> [Managed virtual network](managed-virtual-network-private-endpoint.md)

0 commit comments

Comments
 (0)