Skip to content

Commit 65456b5

Browse files
Merge pull request #246838 from zoran-rilak-msft/sqlmi-privatelink-ga
SQL Managed Instance GA of Private Link
2 parents 500834f + 190a36d commit 65456b5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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: 02/22/2023
10+
ms.date: 08/02/2023
1111
---
1212

1313
# Azure Data Factory managed virtual network
@@ -113,6 +113,7 @@ Unlike copy activity, pipeline and external activity have a default time to live
113113

114114

115115
### Comparison of different TTL
116+
116117
The following table lists the differences between different types of TTL:
117118

118119
| Feature | Interactive authoring | Copy compute scale | Pipeline & External compute scale |
@@ -188,9 +189,6 @@ The following services have native private endpoint support. They can be connect
188189

189190
For the support of data sources, you can refer to [connector overview](connector-overview.md). You can access all data sources that are supported by Data Factory through a public network.
190191

191-
> [!NOTE]
192-
> Because SQL Managed Instance native private endpoint is in preview, you can access it from a managed virtual network by using Private Link and Azure Load Balancer. For more information, see [Access SQL Managed Instance from a Data Factory managed virtual network using a private endpoint](tutorial-managed-virtual-network-sql-managed-instance.md).
193-
194192

195193
### On-premises data sources
196194

articles/data-factory/tutorial-managed-virtual-network-sql-managed-instance.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ ms.author: lle
66
ms.service: data-factory
77
ms.subservice: tutorials
88
ms.topic: tutorial
9-
ms.date: 09/26/2022
9+
ms.date: 08/02/2023
1010
---
1111

1212
# Tutorial: How to access SQL Managed Instance from Data Factory Managed VNET using Private Endpoint
1313

14+
> [!IMPORTANT]
15+
> SQL Managed Instance now has native support for private endpoints. Instead of implementing the solution in this document, we recommend creating a private endpoint directly to the SQL Managed Instance resource as described in [Managed private endpoints](managed-virtual-network-private-endpoint.md#managed-private-endpoints).
16+
1417
This tutorial provides steps for using the Azure portal to setup Private Link Service and
1518
access SQL Managed Instance from Managed VNET using Private Endpoint.
1619

articles/private-link/private-endpoint-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: private-link
66
author: asudbring
77
ms.service: private-link
88
ms.topic: conceptual
9-
ms.date: 03/24/2023
9+
ms.date: 08/02/2023
1010
ms.author: allensu
1111
ms.custom: references_regions, template-concept, ignite-2022
1212
#Customer intent: As someone who has a basic network background but is new to Azure, I want to understand the capabilities of private endpoints so that I can securely connect to my Azure PaaS services within the virtual network.
@@ -107,6 +107,7 @@ A private-link resource is the destination target of a specified private endpoin
107107
| Azure SignalR Service | Microsoft.SignalRService/SignalR | signalr |
108108
| Azure SignalR Service | Microsoft.SignalRService/webPubSub | webpubsub |
109109
| Azure SQL Database | Microsoft.Sql/servers | SQL Server (sqlServer) |
110+
| Azure SQL Managed Instance | Microsoft.Sql/managedInstances | managedInstance |
110111
| Azure Storage | Microsoft.Storage/storageAccounts | Blob (blob, blob_secondary)<BR> Table (table, table_secondary)<BR> Queue (queue, queue_secondary)<BR> File (file, file_secondary)<BR> Web (web, web_secondary)<BR> Dfs (dfs, dfs_secondary) |
111112
| Azure File Sync | Microsoft.StorageSync/storageSyncServices | File Sync Service |
112113
| Azure Synapse | Microsoft.Synapse/privateLinkHubs | web |

0 commit comments

Comments
 (0)