Skip to content

Commit a5b72ed

Browse files
fix indent, typo
1 parent 93e7a12 commit a5b72ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/service-connector/concept-service-connector-internals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ Service Connector sets the connection configuration when creating a connection.
8989

9090
Service Connector offers three network solutions for users to choose from when creating a connection. These solutions are designed to facilitate secure and efficient communication between resources.
9191

92-
1. **Firewall**: This solutions allows connection through public network and compute resource will access target resource with public IP address. When selecting this option, Service Connector verifies the target resource's firewall settings and adds a rule to allow connections from the source resource's public IP address. If the resource's firewall have an option to allows all Azure resources accessing, Service Connector will enable this setting. However, if the target resource denies all public network traffic by default, Service Connector will not modify this setting. In this case, you should choose another option or update the network settings manually before trying again.
92+
1. **Firewall**: This solution allows connection through public network and compute resource will access target resource with public IP address. When selecting this option, Service Connector verifies the target resource's firewall settings and adds a rule to allow connections from the source resource's public IP address. If the resource's firewall have an option to allows all Azure resources accessing, Service Connector will enable this setting. However, if the target resource denies all public network traffic by default, Service Connector will not modify this setting. In this case, you should choose another option or update the network settings manually before trying again.
9393

9494
2. **Service Endpoint**: This solution enables compute resource to connect to target resources via a virtual network, ensuring that connection traffic does not pass through the public network. It is only available if certain preconditions are met:
95-
- The compute resource must have virtual network integration enabled. For Azure App Service, this can be configured in its networking settings; for Azure Spring Apps, users must set VNet injection during the resource creation stage.
96-
- The target service must support Service Endpoint. For a list of supported services, refer to [Virtual Network service endpoints](/azure/virtual-network/virtual-network-service-endpoints-overview).
95+
- The compute resource must have virtual network integration enabled. For Azure App Service, this can be configured in its networking settings; for Azure Spring Apps, users must set VNet injection during the resource creation stage.
96+
- The target service must support Service Endpoint. For a list of supported services, refer to [Virtual Network service endpoints](/azure/virtual-network/virtual-network-service-endpoints-overview).
9797

9898
When selecting this option, Service Connector adds the private IP address of the compute resource in the virtual network to the target resource's Virtual Network rules and enables the service endpoint in the source resource's subnet configuration. If the user lacks sufficient permissions or the resource's SKU or region does not support service endpoints, connection creation will fail.
9999

0 commit comments

Comments
 (0)