Skip to content

Commit ca8c7d4

Browse files
Merge pull request #239369 from RenaShahMSFT/patch-42
Update storage-files-networking-endpoints.md
2 parents cb85c1f + a93abe1 commit ca8c7d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/storage/files/storage-files-networking-endpoints.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ We recommend reading [Azure Files networking considerations](storage-files-netwo
4040

4141
You can configure your endpoints to restrict network access to your storage account. There are two approaches to restricting access to a storage account to a virtual network:
4242

43-
- [Create one or more private endpoints for the storage account](#create-a-private-endpoint) and restrict all access to the public endpoint. This ensures that only traffic originating from within the desired virtual networks can access the Azure file shares within the storage account.
43+
- [Create one or more private endpoints for the storage account](#create-a-private-endpoint) and restrict all access to the public endpoint. This ensures that only traffic originating from within the desired virtual networks can access the Azure file shares within the storage account.
44+
*See [Private Link cost](https://azure.microsoft.com/pricing/details/private-link/).
4445
- [Restrict the public endpoint to one or more virtual networks](#restrict-public-endpoint-access). This works by using a capability of the virtual network called *service endpoints*. When you restrict the traffic to a storage account via a service endpoint, you are still accessing the storage account via the public IP address, but access is only possible from the locations you specify in your configuration.
4546

4647
### Create a private endpoint
@@ -178,4 +179,4 @@ When you restrict the storage account to specific virtual networks, you are allo
178179

179180
- [Azure Files networking considerations](storage-files-networking-overview.md)
180181
- [Configuring DNS forwarding for Azure Files](storage-files-networking-dns.md)
181-
- [Configuring S2S VPN for Azure Files](storage-files-configure-s2s-vpn.md)
182+
- [Configuring S2S VPN for Azure Files](storage-files-configure-s2s-vpn.md)

0 commit comments

Comments
 (0)