Skip to content

Commit 685d998

Browse files
Merge pull request #245955 from tomvcassidy/jagilberChanges
Recreating Work from Different PR
2 parents cfaeb0d + bbbfd9f commit 685d998

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

articles/service-fabric/faq-managed-cluster.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ sections:
102102
answer: |
103103
Yes, you can enable [maintenance control](./how-to-managed-cluster-maintenance-control.md)
104104
105+
- question: |
106+
Why do I get 'Your connection isn't private' when connecting to Service Fabric Explorer (SFX) on a managed cluster?
107+
answer: |
108+
Connecting to a Service Fabric Explorer (SFX) endpoint on a managed cluster will result in a certificate error 'NET::ERR_CERT_AUTHORITY_INVALID' regardless of certificate being used or cluster configuration. This is because the cluster nodes are using the managed 'cluster' certificate when binding FabricGateway (19000) and FabricHttpGateway (19080) TCP ports and is by design.
109+
110+
105111
- name: Applications
106112
questions:
107113
- question: |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ms.date: 07/11/2022
1212

1313
Once you have deployed a cluster via [Portal, Azure Resource Managed template](quickstart-managed-cluster-template.md), or [PowerShell](tutorial-managed-cluster-deploy.md) there are various ways to connect to and view your managed cluster.
1414

15+
Connecting to a Service Fabric Explorer (SFX) endpoint on a managed cluster will result in a certificate error 'NET::ERR_CERT_AUTHORITY_INVALID' regardless of certificate being used or cluster configuration. This is because the cluster nodes are using the managed 'cluster' certificate when binding FabricGateway (19000) and FabricHttpGateway (19080) TCP ports and is by design.
16+
17+
![Screenshot of Service Fabric Explorer certificate error.](media/how-to-managed-cluster-connect/sfx-your-connection-isnt-private.png)
18+
1519
## Use the Azure portal
1620

1721
To navigate to your managed cluster resource:
41 KB
Loading

articles/service-fabric/quickstart-managed-cluster-template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Once the deployment completes, find the Service Fabric Explorer value in the out
6767
> [!NOTE]
6868
> You can find the output of the deployment in Azure Portal under the resource group deployments tab.
6969
70+
Connecting to a Service Fabric Explorer (SFX) endpoint on a managed cluster will result in a certificate error 'NET::ERR_CERT_AUTHORITY_INVALID' regardless of certificate being used or cluster configuration. This is because the cluster nodes are using the managed 'cluster' certificate when binding FabricGateway (19000) and FabricHttpGateway (19080) TCP ports and is by design.
71+
72+
![Screenshot of Service Fabric Explorer certificate error.](media/how-to-managed-cluster-connect/sfx-your-connection-isnt-private.png)
73+
7074
## Clean up resources
7175

7276
When no longer needed, delete the resource group for your Service Fabric managed cluster. To delete the resource group through the portal:

0 commit comments

Comments
 (0)