I have deployed a service in the service fabric cluster but i am facing an issue. In the fabric explorer i found the endpoint is <a href = "https://a.b.c.d:443" target = "_blank">a.b.c.d:443</a> instead of just https://a.b.c.d:443
description of error
<Resources>
<Endpoints>
<Endpoint Protocol="https" Name="ServiceEndpoint" Port="443" />
</Endpoints>
</Resources>
Can anyone help me where is the issue?
Seems like it was a html rendering issue. So instead of displaying as a clickable link it just showed the code as a plain text. It was probably a browser issue.