Skip to content

Commit c3f0ce3

Browse files
committed
seo improvements and markdown fixes
1 parent 44f1571 commit c3f0ce3

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

articles/virtual-network/virtual-network-service-endpoints-overview.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ services: virtual-network
66
author: asudbring
77
ms.service: azure-virtual-network
88
ms.topic: concept-article
9-
ms.date: 03/31/2025
9+
ms.date: 07/22/2025
1010
ms.author: allensu
1111
# Customer intent: "As a network administrator, I want to configure service endpoints in Azure virtual networks, so that I can ensure secure, direct connectivity to Azure services and optimize routing while minimizing management complexity."
1212
---
1313

14-
# Virtual Network service endpoints
14+
# Azure virtual Network service endpoints
1515

16-
Virtual Network service endpoint provides secure and direct connectivity to Azure services over an optimized route over the Azure backbone network. Endpoints allow you to secure your critical Azure service resources to only your virtual networks. Service Endpoints enables private IP addresses in the virtual network to reach the endpoint of an Azure service without needing a public IP address on the virtual network.
16+
Azure virtual network service endpoints provide secure and direct connectivity to Azure services over an optimized route through the Azure backbone network. These endpoints allow you to secure critical Azure service resources exclusively to your virtual networks, enabling private IP addresses to reach Azure services without requiring public IP addresses. This guide covers how to configure service endpoints, their benefits, and best practices for implementation.
1717

18-
>[!NOTE]
19-
> Microsoft recommends use of Azure Private Link and private endpoints for secure and private access to services hosted on the Azure platform. Azure Private Link deploys a network interface into a virtual network of your choosing for Azure services such as Azure Storage or Azure SQL. For more information, see [Azure Private Link](../private-link/private-link-overview.md) and [What is a private endpoint?](../private-link/private-endpoint-overview.md).
18+
> [!NOTE]
19+
> Microsoft recommends use of Azure Private Link and private endpoints for secure and private access to services hosted on the Azure platform. Azure Private Link deploys a network interface into a virtual network of your choosing for Azure services such as Azure Storage or Azure SQL. For more information, see [Azure Private Link](../private-link/private-link-overview.md) and [What is a private endpoint?](../private-link/private-endpoint-overview.md).
2020
2121
Service endpoints are available for the following Azure services and regions. The *Microsoft.\** resource is in parenthesis. Enable this resource from the subnet side while configuring service endpoints for your service:
2222

@@ -56,7 +56,7 @@ Service endpoints provide the following benefits:
5656

5757
- **Improved security for your Azure service resources**: Virtual network private address spaces can overlap. You can't use overlapping spaces to uniquely identify traffic that originates from your virtual network. Service endpoints enable securing of Azure service resources to your virtual network by extending virtual network identity to the service. Once you enable service endpoints in your virtual network, you can add a virtual network rule to secure the Azure service resources to your virtual network. The rule addition provides improved security by fully removing public internet access to resources and allowing traffic only from your virtual network.
5858

59-
- **Optimal routing for Azure service traffic from your virtual network**: Today, any routes in your virtual network that force internet traffic to your on-premises and/or virtual appliances also force Azure service traffic to take the same route as the internet traffic. Service endpoints provide optimal routing for Azure traffic.
59+
- **Optimal routing for Azure service traffic from your virtual network**: Today, any routes in your virtual network that force internet traffic to your on-premises and/or virtual appliances also force Azure service traffic to take the same route as the internet traffic. Service endpoints provide optimal routing for Azure traffic.
6060

6161
Endpoints always take service traffic directly from your virtual network to the service on the Microsoft Azure backbone network. Keeping traffic on the Azure backbone network allows you to continue auditing and monitoring outbound Internet traffic from your virtual networks, through forced-tunneling, without impacting service traffic. For more information about user-defined routes and forced-tunneling, see [Azure virtual network traffic routing](virtual-networks-udr-overview.md).
6262

@@ -80,8 +80,8 @@ Service endpoints provide the following benefits:
8080

8181
- Today, Azure service traffic from a virtual network uses public IP addresses as source IP addresses. With service endpoints, service traffic switches to use virtual network private addresses as the source IP addresses when accessing the Azure service from a virtual network. This switch allows you to access the services without the need for reserved, public IP addresses used in IP firewalls.
8282

83-
>[!NOTE]
84-
> With service endpoints, the source IP addresses of the virtual machines in the subnet for service traffic switches from using public IPv4 addresses to using private IPv4 addresses. Existing Azure service firewall rules using Azure public IP addresses stop working with this switch. Ensure Azure service firewall rules allow for this switch before setting up service endpoints. You might also experience temporary interruption to service traffic from this subnet while configuring service endpoints.
83+
> [!NOTE]
84+
> With service endpoints, the source IP addresses of the virtual machines in the subnet for service traffic switches from using public IPv4 addresses to using private IPv4 addresses. Existing Azure service firewall rules using Azure public IP addresses stop working with this switch. Ensure Azure service firewall rules allow for this switch before setting up service endpoints. You might also experience temporary interruption to service traffic from this subnet while configuring service endpoints.
8585
8686
## Secure Azure service access from on-premises
8787

@@ -91,6 +91,8 @@ Service endpoints provide the following benefits:
9191

9292
![Securing Azure services to virtual networks](./media/virtual-network-service-endpoints-overview/VNet_Service_Endpoints_Overview.png)
9393

94+
:::image type="content" source="./media/virtual-network-service-endpoints-overview/VNet_Service_Endpoints_Overview.png" alt-text="Screenshot of diagram showing virtual network service endpoints securing Azure services to virtual networks.":::
95+
9496
### Configuration
9597

9698
- Configure service endpoints on a subnet in a virtual network. Endpoints work with any type of compute instances running within that subnet.
@@ -129,8 +131,8 @@ Service endpoints provide the following benefits:
129131

130132
### Logging and troubleshooting
131133

132-
Once you configure service endpoints to a specific service, validate that the service endpoint route is in effect by:
133-
134+
Once you configure service endpoints to a specific service, validate that the service endpoint route is in effect by:
135+
134136
- Validating the source IP address of any service request in the service diagnostics. All new requests with service endpoints show the source IP address for the request as the virtual network private IP address, assigned to the client making the request from your virtual network. Without the endpoint, the address is an Azure public IP address.
135137

136138
- Viewing the effective routes on any network interface in a subnet. The route to the service:
@@ -141,7 +143,7 @@ Once you configure service endpoints to a specific service, validate that the se
141143

142144
- Indicates that a more direct connection to the service is in effect compared to any forced-tunneling routes
143145

144-
>[!NOTE]
146+
> [!NOTE]
145147
> Service endpoint routes override any BGP or user-defined routes (UDRs) for the address prefix match of an Azure service. For more information, see [troubleshooting with effective routes](diagnose-network-routing-problem.md).
146148
147149
## Provisioning
@@ -182,4 +184,4 @@ For FAQs, see [Virtual Network Service Endpoint FAQs](./virtual-networks-faq.md#
182184

183185
- [Virtual Network Service Endpoint Policies](./virtual-network-service-endpoint-policies-overview.md)
184186

185-
- [Azure Resource Manager template](https://azure.microsoft.com/resources/templates/vnet-2subnets-service-endpoints-storage-integration)
187+
- [Azure Resource Manager template](https://azure.microsoft.com/resources/templates/vnet-2subnets-service-endpoints-storage-integration)

0 commit comments

Comments
 (0)