You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 08/24/2022
4
+
ms.date: 09/26/2022
5
5
ms.topic: conceptual
6
6
---
7
7
@@ -24,7 +24,7 @@ $HOME\.KVA\.ssh\logkey
24
24
25
25
To run the `az arcappliance logs` command, the path to the kubeconfig must be provided. The kubeconfig is generated after successful completion of the `az arcappliance deploy` command and is placed in the same directory as the CLI command in ./kubeconfig or as specified in `--outfile` (if the parameter was passed).
26
26
27
-
If `az arcappliance deploy` was not completed, then the kubeconfig file may exist but may be empty or missing data, so it can't be used for logs collection. In this case, the Appliance VM IP address can be used to collect logs instead. The Appliance VM IP is assigned when the `az arcappliance deploy` command is run, after Control Plane Endpoint reconciliation. For example, if the message displayed in the command window reads "Appliance IP is 10.97.176.27", the command to use for logs collection would be:
27
+
If `az arcappliance deploy` was not completed, then the kubeconfig file may exist but may be empty or missing data, so it can't be used for logs collection. In this case, the Appliance VM IP address can be used to collect logs instead. The Appliance VM IP is assigned when the `az arcappliance deploy` command is run, after Control Plane Endpoint reconciliation. For example, if the message displayed in the command window reads "Appliance IP is 10.97.176.27", the command to use for logs collection would be:
28
28
29
29
```azurecli
30
30
az arcappliance logs hci --out-dir c:\logs --ip 10.97.176.27
@@ -122,30 +122,31 @@ When the appliance is deployed to a host resource pool, there is no high availab
122
122
123
123
### Restricted outbound connectivity
124
124
125
-
If outbound connectivity is restricted by your firewall or proxy server, make sure the URLs listed below are not blocked.
125
+
Make sure the URLs listed below are added to your allowlist.
126
126
127
-
URLS:
127
+
#### Proxy URLs used by appliance agents and services
|Microsoft container registry | 443 |`https://mcr.microsoft.com`| Appliance VM IP and Control Plane IP need outbound connection. | Required to pull container images for installation. |
132
+
|Azure Arc Identity service | 443 |`https://*.his.arc.azure.com`| Appliance VM IP and Control Plane IP need outbound connection. | Manages identity and access control for Azure resources |
133
+
|Azure Arc configuration service | 443 |`https://*.dp.kubernetesconfiguration.azure.com`| Appliance VM IP and Control Plane IP need outbound connection. | Used for Kubernetes cluster configuration.|
134
+
|Cluster connect service | 443 |`https://*.servicebus.windows.net`| Appliance VM IP and Control Plane IP need outbound connection. | Provides cloud-enabled communication to connect on-premises resources with the cloud. |
135
+
|Guest Notification service| 443 |`https://guestnotificationservice.azure.com`| Appliance VM IP and Control Plane IP need outbound connection. | Used to connect on-prem resources to Azure.|
136
+
|SFS API endpoint | 443 | msk8s.api.cdp.microsoft.com | Host machine, Appliance VM IP and Control Plane IP need outbound connection. | Used when downloading product catalog, product bits, and OS images from SFS. |
137
+
|Resource bridge (appliance) Dataplane service| 443 |`https://*.dp.prod.appliances.azure.com`| Appliance VM IP and Control Plane IP need outbound connection. | Communicate with resource provider in Azure.|
138
+
|Resource bridge (appliance) container image download| 443 |`*.blob.core.windows.net, https://ecpacr.azurecr.io`| Appliance VM IP and Control Plane IP need outbound connection. | Required to pull container images. |
139
+
|Resource bridge (appliance) image download| 80 |`*.dl.delivery.mp.microsoft.com`| Host machine, Appliance VM IP and Control Plane IP need outbound connection. | Download the Arc Resource Bridge OS images. |
140
+
|Azure Arc for Kubernetes container image download| 443 |`https://azurearcfork8sdev.azurecr.io`| Appliance VM IP and Control Plane IP need outbound connection. | Required to pull container images. |
141
+
|ADHS telemetry service | 443 | adhs.events.data.microsoft.com| Appliance VM IP and Control Plane IP need outbound connection. | Runs inside the appliance/mariner OS. Used periodically to send Microsoft required diagnostic data from control plane nodes. Used when telemetry is coming off Mariner, which would mean any Kubernetes control plane. |
142
+
|Microsoft events data service | 443 |v20.events.data.microsoft.com| Appliance VM IP and Control Plane IP need outbound connection. | Used periodically to send Microsoft required diagnostic data from the Azure Stack HCI or Windows Server host. Used when telemetry is coming off Windows like Windows Server or HCI. |
|Azure Active Directory|`https://login.microsoftonline.com`|
149
150
150
151
### Azure Arc resource bridge is unreachable
151
152
@@ -350,8 +351,8 @@ When deploying the resource bridge on VMware Vcenter, you may get an error sayin
350
351
351
352
If you don't see your problem here or you can't resolve your issue, try one of the following channels for support:
352
353
353
-
* Get answers from Azure experts through [Microsoft Q&A](/answers/topics/azure-arc.html).
354
+
- Get answers from Azure experts through [Microsoft Q&A](/answers/topics/azure-arc.html).
354
355
355
-
* Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
356
+
- Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
356
357
357
-
*[Open an Azure support request](../../azure-portal/supportability/how-to-create-azure-support-request.md).
358
+
-[Open an Azure support request](../../azure-portal/supportability/how-to-create-azure-support-request.md).
0 commit comments