Skip to content

Commit a93abe1

Browse files
Update articles/storage/files/storage-files-networking-endpoints.md
Co-authored-by: Ken Downie <[email protected]>
1 parent 1ac17ec commit a93abe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We recommend reading [Azure Files networking considerations](storage-files-netwo
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

4343
- [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-
*Please see [Private Link cost](https://azure.microsoft.com/en-us/pricing/details/private-link/)
44+
*See [Private Link cost](https://azure.microsoft.com/pricing/details/private-link/).
4545
- [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.
4646

4747
### Create a private endpoint

0 commit comments

Comments
 (0)