Skip to content

Commit 4c1f562

Browse files
authored
Merge pull request #194312 from Clare-Zheng82/0401-Modify_managed_VNET_case
Update the case of managed VNET in Managed virtual network doc
2 parents ae2bedc + 6bb1f17 commit 4c1f562

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/data-factory/managed-virtual-network-private-endpoint.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,48 @@ ms.service: data-factory
77
ms.subservice: integration-runtime
88
ms.topic: conceptual
99
ms.custom: seo-lt-2019, references_regions, devx-track-azurepowershell
10-
ms.date: 09/28/2021
10+
ms.date: 04/01/2022
1111
---
1212

1313
# Azure Data Factory Managed Virtual Network
1414

1515
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1616

17-
This article will explain Managed Virtual Network and Managed Private endpoints in Azure Data Factory.
17+
This article will explain managed virtual network and Managed Private endpoints in Azure Data Factory.
1818

1919

2020
## Managed virtual network
2121

22-
When you create an Azure Integration Runtime (IR) within Azure Data Factory Managed Virtual Network (VNET), the integration runtime will be provisioned with the managed Virtual Network and will leverage private endpoints to securely connect to supported data stores.
22+
When you create an Azure Integration Runtime (IR) within Azure Data Factory managed virtual network (VNET), the integration runtime will be provisioned with the managed virtual network and will leverage private endpoints to securely connect to supported data stores.
2323

24-
Creating an Azure IR within managed Virtual Network ensures that data integration process is isolated and secure.
24+
Creating an Azure IR within managed virtual network ensures that data integration process is isolated and secure.
2525

26-
Benefits of using Managed Virtual Network:
26+
Benefits of using managed virtual network:
2727

28-
- With a Managed Virtual Network, you can offload the burden of managing the Virtual Network to Azure Data Factory. You don't need to create a subnet for Azure Integration Runtime that could eventually use many private IPs from your Virtual Network and would require prior network infrastructure planning.
28+
- With a managed virtual network, you can offload the burden of managing the virtual network to Azure Data Factory. You don't need to create a subnet for Azure Integration Runtime that could eventually use many private IPs from your virtual network and would require prior network infrastructure planning.
2929
- It does not require deep Azure networking knowledge to do data integrations securely. Instead getting started with secure ETL is much simplified for data engineers.
30-
- Managed Virtual Network along with Managed private endpoints protects against data exfiltration.
30+
- Managed virtual network along with Managed private endpoints protects against data exfiltration.
3131

3232
> [!IMPORTANT]
33-
>Currently, the managed Virtual Network is only supported in the same region as Azure Data Factory region.
33+
>Currently, the managed virtual network is only supported in the same region as Azure Data Factory region.
3434
3535
> [!Note]
3636
>Existing global Azure integration runtime can't switch to Azure integration runtime in Azure Data Factory managed virtual network and vice versa.
3737
3838

39-
:::image type="content" source="./media/managed-vnet/managed-vnet-architecture-diagram.png" alt-text="ADF Managed Virtual Network architecture":::
39+
:::image type="content" source="./media/managed-vnet/managed-vnet-architecture-diagram.png" alt-text="ADF managed virtual network architecture":::
4040

4141
## Managed private endpoints
4242

43-
Managed private endpoints are private endpoints created in the Azure Data Factory Managed Virtual Network establishing a private link to Azure resources. Azure Data Factory manages these private endpoints on your behalf.
43+
Managed private endpoints are private endpoints created in the Azure Data Factory managed virtual network establishing a private link to Azure resources. Azure Data Factory manages these private endpoints on your behalf.
4444

4545
:::image type="content" source="./media/tutorial-copy-data-portal-private/new-managed-private-endpoint.png" alt-text="New Managed private endpoint":::
4646

4747
Azure Data Factory supports private links. Private link enables you to access Azure (PaaS) services (such as Azure Storage, Azure Cosmos DB, Azure Synapse Analytics).
4848

49-
When you use a private link, traffic between your data stores and managed Virtual Network traverses entirely over the Microsoft backbone network. Private Link protects against data exfiltration risks. You establish a private link to a resource by creating a private endpoint.
49+
When you use a private link, traffic between your data stores and managed virtual network traverses entirely over the Microsoft backbone network. Private Link protects against data exfiltration risks. You establish a private link to a resource by creating a private endpoint.
5050

51-
Private endpoint uses a private IP address in the managed Virtual Network to effectively bring the service into it. Private endpoints are mapped to a specific resource in Azure and not the entire service. Customers can limit connectivity to a specific resource approved by their organization. Learn more about [private links and private endpoints](../private-link/index.yml).
51+
Private endpoint uses a private IP address in the managed virtual network to effectively bring the service into it. Private endpoints are mapped to a specific resource in Azure and not the entire service. Customers can limit connectivity to a specific resource approved by their organization. Learn more about [private links and private endpoints](../private-link/index.yml).
5252

5353
> [!NOTE]
5454
> It's recommended that you create Managed private endpoints to connect to all your Azure data sources.
@@ -132,7 +132,7 @@ New-AzResource -ApiVersion "${apiVersion}" -ResourceId "${integrationRuntimeReso
132132
## Limitations and known issues
133133

134134
### Supported data sources
135-
The following data sources have native Private Endpoint support and can be connected through private link from ADF Managed Virtual Network.
135+
The following data sources have native Private Endpoint support and can be connected through private link from ADF managed virtual network.
136136
- Azure Blob Storage (not including Storage account V1)
137137
- Azure Cognitive Search
138138
- Azure Cosmos DB MongoDB API
@@ -155,21 +155,21 @@ The following data sources have native Private Endpoint support and can be conne
155155
> You still can access all data sources that are supported by Data Factory through public network.
156156
157157
> [!NOTE]
158-
> Because Azure SQL Managed Instance native Private Endpoint in public preview, you can access it from managed Virtual Network using Private Linked Service and Load Balancer. Please see [How to access SQL Managed Instance from Data Factory Managed VNET using Private Endpoint](tutorial-managed-virtual-network-sql-managed-instance.md).
158+
> Because Azure SQL Managed Instance native Private Endpoint in public preview, you can access it from managed virtual network using Private Linked Service and Load Balancer. Please see [How to access SQL Managed Instance from Data Factory Managed VNET using Private Endpoint](tutorial-managed-virtual-network-sql-managed-instance.md).
159159
160160
### On-premises data sources
161-
To access on-premises data sources from managed Virtual Network using Private Endpoint, please see this tutorial [How to access on-premises SQL Server from Data Factory Managed VNET using Private Endpoint](tutorial-managed-virtual-network-on-premise-sql-server.md).
161+
To access on-premises data sources from managed virtual network using Private Endpoint, please see this tutorial [How to access on-premises SQL Server from Data Factory Managed VNET using Private Endpoint](tutorial-managed-virtual-network-on-premise-sql-server.md).
162162

163-
### Azure Data Factory managed Virtual Network is available in the following Azure regions
164-
Generally, managed Virtual network is available to all Azure Data Factory regions, except:
163+
### Azure Data Factory managed virtual network is available in the following Azure regions
164+
Generally, managed virtual network is available to all Azure Data Factory regions, except:
165165
- South India
166166

167167

168-
### Outbound communications through public endpoint from ADF Managed Virtual Network
168+
### Outbound communications through public endpoint from ADF managed virtual network
169169
- All ports are opened for outbound communications.
170170

171171
### Linked Service creation of Azure Key Vault
172-
- When you create a Linked Service for Azure Key Vault, there is no Azure Integration Runtime reference. So you can't create Private Endpoint during Linked Service creation of Azure Key Vault. But when you create Linked Service for data stores which references Azure Key Vault Linked Service and this Linked Service references Azure Integration Runtime with Managed Virtual Network enabled, then you are able to create a Private Endpoint for the Azure Key Vault Linked Service during the creation.
172+
- When you create a Linked Service for Azure Key Vault, there is no Azure Integration Runtime reference. So you can't create Private Endpoint during Linked Service creation of Azure Key Vault. But when you create Linked Service for data stores which references Azure Key Vault Linked Service and this Linked Service references Azure Integration Runtime with managed virtual network enabled, then you are able to create a Private Endpoint for the Azure Key Vault Linked Service during the creation.
173173
- **Test connection** operation for Linked Service of Azure Key Vault only validates the URL format, but doesn't do any network operation.
174174
- The column **Using private endpoint** is always shown as blank even if you create Private Endpoint for Azure Key Vault.
175175

@@ -180,5 +180,5 @@ Generally, managed Virtual network is available to all Azure Data Factory region
180180

181181
## Next steps
182182

183-
- Tutorial: [Build a copy pipeline using managed Virtual Network and private endpoints](tutorial-copy-data-portal-private.md)
184-
- Tutorial: [Build mapping dataflow pipeline using managed Virtual Network and private endpoints](tutorial-data-flow-private.md)
183+
- Tutorial: [Build a copy pipeline using managed virtual network and private endpoints](tutorial-copy-data-portal-private.md)
184+
- Tutorial: [Build mapping dataflow pipeline using managed virtual network and private endpoints](tutorial-data-flow-private.md)

0 commit comments

Comments
 (0)