Skip to content

Commit 468207a

Browse files
Merge pull request #208917 from JnHs/jh-arcrb-ts0822
add more networking details
2 parents 5aa8b6b + b544573 commit 468207a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

articles/azure-arc/resource-bridge/troubleshoot-resource-bridge.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Azure Arc resource bridge (preview) issues
33
description: This article tells how to troubleshoot and resolve issues with the Azure Arc resource bridge (preview) when trying to deploy or connect to the service.
4-
ms.date: 07/14/2022
4+
ms.date: 08/24/2022
55
ms.topic: conceptual
66
---
77

@@ -136,6 +136,16 @@ URLS:
136136
|`https://*.dp.prod.appliances.azure.com`|Resource bridge data plane service|
137137
|`https://ecpacr.azurecr.io` |Resource bridge container image download |
138138
|`.blob.core.windows.net`<br> `*.dl.delivery.mp.microsoft.com`<br> `*.do.dsp.mp.microsoft.com` |Resource bridge image download |
139+
|`https://azurearcfork8sdev.azurecr.io` |Azure Arc for Kubernetes container image download |
140+
|`adhs.events.data.microsoft.com ` |Required diagnostic data sent to Microsoft from control plane nodes|
141+
|`v20.events.data.microsoft.com` |Required diagnostic data sent to Microsoft from the Azure Stack HCI or Windows Server host|
142+
143+
URLs used by other Arc agents:
144+
145+
|Agent resource | Description |
146+
|---------|---------|
147+
|`https://management.azure.com` |Azure Resource Manager|
148+
|`https://login.microsoftonline.com` |Azure Active Directory|
139149

140150
### Azure Arc resource bridge is unreachable
141151

@@ -153,6 +163,16 @@ Azure Arc resource bridge must be configured for proxy so that it can connect to
153163

154164
There are only two certificates that should be relevant when deploying the Arc resource bridge behind an SSL proxy: the SSL certificate for your SSL proxy (so that the host and guest trust your proxy FQDN and can establish an SSL connection to it), and the SSL certificate of the Microsoft download servers. This certificate must be trusted by your proxy server itself, as the proxy is the one establishing the final connection and needs to trust the endpoint. Non-Windows machines may not trust this second certificate by default, so you may need to ensure that it's trusted.
155165

166+
### KVA timeout error
167+
168+
Azure Arc resource bridge is a Kubernetes management cluster that is deployed in an appliance VM directly on the on-premises infrastructure. While trying to deploy Azure Arc resource bridge, a "KVA timeout error" may appear if there is a networking problem that doesn't allow communication of the Arc Resource Bridge appliance VM to the host, DNS, network or internet. This error is typically displayed for the following reasons:
169+
170+
- The appliance VM IP address doesn't have DNS resolution.
171+
- The appliance VM IP address doesn't have internet access to download the required image.
172+
- The host doesn't have routability to the appliance VM IP address.
173+
174+
To resolve this error, ensure that all IP addresses assigned to the Arc Resource Bridge appliance VM can be resolved by DNS and have access to the internet, and that the host can successfully route to the IP addresses.
175+
156176
## Azure-Arc enabled VMs on Azure Stack HCI issues
157177

158178
For general help resolving issues related to Azure-Arc enabled VMs on Azure Stack HCI, see [Troubleshoot Azure Arc-enabled virtual machines](/azure-stack/hci/manage/troubleshoot-arc-enabled-vms).

0 commit comments

Comments
 (0)