You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/availability.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ The following tables list the Private Link services and the regions where they'r
34
34
| Azure AI services | All public regions<br/>All Government regions || GA <br/> [Use private endpoints.](/azure/ai-services/cognitive-services-virtual-networks#use-private-endpoints)|
35
35
| Azure AI Video Indexer | All public regions || GA <br/> [Use private endpoints with Azure AI Video Indexer.](/azure/azure-video-indexer/private-endpoint-overview)|
36
36
37
-
38
-
39
37
### Analytics
40
38
41
39
|Supported services |Available regions | Other considerations | Status |
Copy file name to clipboardExpand all lines: articles/private-link/configure-private-link-service-direct-connect.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,13 @@ Private Link service (PLS) Direct Connect allows you to:
55
55
56
56
-**Provide a minimum of 2 IP configurations**: For this feature, at least 2 IP configurations in multiples of 2 are required for high availability.
57
57
-**Specify a static destination IP address**: The target IP must be reachable within your virtual network.
58
-
-**Disable the privateLinkserviceNetworkPolicies property** on the subnet: This property is not needed for this feature.
58
+
-**Disable the privateLinkServiceNetworkPolicies property** on the subnet: This property is not needed for this feature.
59
59
60
60
## Limitations
61
61
62
62
Note these limitations when using Private Link service Direct Connect:
63
63
64
-
-**Minimum 2 IP configurations required**: At least 2 IP addresses, or multiples of 2 (up to 8) are required to deploy a PLS Direct Connect.
64
+
-**Minimum 2 IP configurations required**: At least 2 IP configurations, or multiples of 2 ([limit](/azure/azure-resource-manager/management/azure-subscription-service-limits) of 8 max) are required to deploy a PLS Direct Connect.
65
65
-**Maximum of 10 PLS per subscription**: There is a hardware limitation of 10 PLS per region per subscription.
66
66
-**Bandwidth limitation**: Each PLS Direct Connect can support a bandwidth of up to 10 Gbps.
67
67
-**Static IP requirement**: The destination IP must be private, static, and directly reachable, dynamically changing IPs are not supported.
@@ -504,9 +504,9 @@ The feature flag isn't visible on portal. How do I register for the feature?
504
504
505
505
- Register the feature flag Microsoft.Network/AllowPrivateLinkserviceUDR via Azure CLI or PowerShell, see this for how-to: [Set up preview features in Azure subscription - Azure Resource Manager | Microsoft Learn](/azure/azure-resource-manager/management/preview-features).
506
506
507
-
Does the property privateLinkserviceNetworkPolicies ever need to be set to True, such as by GA?
507
+
Does the property privateLinkServiceNetworkPolicies ever need to be set to True, such as by GA?
508
508
509
-
- The property privateLinkserviceNetworkPolicies is not needed for this feature, so set it to false.
509
+
- The property privateLinkServiceNetworkPolicies is not needed for this feature, so set it to false.
0 commit comments