Skip to content

Commit b05d46e

Browse files
committed
intro updates
1 parent 7ba2ee4 commit b05d46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/service-fabric/how-to-managed-cluster-networking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Service Fabric managed clusters automatically creates load balancer probes for f
310310
> [!NOTE]
311311
> Currently, only public IPv4 is supported.
312312
313-
Service Fabric managed cluster nodes don't require their own public IP addresses for communication. However, some scenarios may require a node to have its own public IP address. For example:
313+
Service Fabric managed cluster nodes don't require their own public IP addresses for communication. However, some scenarios may require a node to have its own public IP address to communicate with the internet and public-facing Azure services. For example:
314314

315315
* Gaming, where a console needs to make a direct connection to a cloud virtual machine that is doing game physics processing.
316316
* Virtual machines that need to make external connections to one another across regions in a distributed database.
@@ -319,6 +319,8 @@ For more information about outbound connections in Azure, see [Understand outbou
319319

320320
Public IP can only be enabled on secondary node types, because primary node types are reserved for Service Fabric system services. Follow the steps in the [Bring your own load balancer section of this article](#bring-your-own-azure-load-balancer) to create a secondary node type for your managed cluster.
321321

322+
Azure dynamically assigns available IP addresses.
323+
322324
> [!NOTE]
323325
> Enabling public IP is only supported via ARM template.
324326

0 commit comments

Comments
 (0)