Skip to content

Commit 26671e8

Browse files
authored
Merge pull request #88645 from KumudD/patch-22
Update private-link-faq.md
2 parents 0e23855 + df3c7bf commit 26671e8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/private-link/private-link-faq.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,15 @@ No. Azure Private Link provides this functionality for you. Hence, you are not r
4949
## Private Link Service
5050

5151
### What are the pre-requisites for creating a Private Link service?
52-
Following are the pre-requisites for creating Private Link service:
53-
- Virtual Network (Azure Resource Manager deployment model)
54-
- Standard Load Balancer.
55-
- TCP traffic only.
52+
Your service backends should be in a Virtual network and behind a Standard Load Balancer.
5653

5754
### How can I scale my Private Link service?
5855
You can scale your Private Link service in a few different ways:
5956
- Add Backend VMs to the pool behind your Standard Load Balancer
6057
- Add an IP to the Private Link service. We allow up to 8 IPs per Private Link service.
6158
- Add new Private Link service to Standard Load Balancer. We allow up to eight Private Link services per load balancer.
6259

63-
### Will VNet service endpoints be deprecated after private endpoints are available?
64-
No. VNet service endpoints and private endpoints are independent technologies/resources. They can complement each other and both will co-exist. Some functionality and use cases may overlap. You can choose the model that fits your needs.
65-
60+
6661
### How should I control the exposure of my Private Link service?
6762
You can control the exposure using the visibility configuration on Private Link service. Visibility supports three settings:
6863

@@ -71,7 +66,7 @@ You can control the exposure using the visibility configuration on Private Link
7166
- **All** - Everyone can locate the service.
7267

7368
### Can I create a Private Link service with Basic Load Balancer?
74-
No. Private Link service over a Basic Load Balancer is not supported. Standard Load Balancer is supported.
69+
No. Private Link service over a Basic Load Balancer is not supported.
7570

7671
### Is a dedicated subnet required for Private Link service?
7772
No. Private Link service doesn’t require a dedicated subnet. You can choose any subnet in your VNet where your service is deployed.

0 commit comments

Comments
 (0)