Search code examples
azureazure-service-fabricazure-virtual-network

Update custom endpoint in Azure Service Fabric Cluster


How do I edit/update the custom endpoint in Azure Service Fabric Cluster after the cluster has been created?


Solution

  • Yes, it is possible.

    You need find your SF cluster load balancer. Modify the port of Health probes and Load balancing rules, you could access service in SF cluster on new port.

    enter image description here

    More information about this please refer to this link:Open ports for a Service Fabric cluster.