Service Fabric explorer showing endpoint within an anchor tag

35 Views Asked by At

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?

1

There are 1 best solutions below

1
MChak On

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.