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
| Microsoft container registry | 443 |`https://mcr.microsoft.com`| Appliance VM IP and control plane endpoint need outbound connection. | Required to pull container images for installation. |
63
+
| Azure Arc Identity service | 443 |`https://*.his.arc.azure.com`| Appliance VM IP and control plane endpoint need outbound connection. | Manages identity and access control for Azure resources |
64
+
| Azure Arc configuration service | 443 |`https://*.dp.kubernetesconfiguration.azure.com`| Appliance VM IP and control plane endpoint need outbound connection. | Used for Kubernetes cluster configuration. |
65
+
| Cluster connect service | 443 |`https://*.servicebus.windows.net`| Appliance VM IP and control plane endpoint need outbound connection. | Provides cloud-enabled communication to connect on-premises resources with the cloud. |
66
+
| Guest Notification service | 443 |`https://guestnotificationservice.azure.com`| Appliance VM IP and control plane endpoint need outbound connection. | Used to connect on-premises resources to Azure. |
67
+
| SFS API endpoint | 443 |`msk8s.api.cdp.microsoft.com`| Host machine, Appliance VM IP and control plane endpoint need outbound connection. | Used when downloading product catalog, product bits, and OS images from SFS. |
68
+
| Resource bridge (appliance) Data plane service | 443 |`https://*.dp.prod.appliances.azure.com`| Appliance VM IP and control plane endpoint need outbound connection. | Communicate with resource provider in Azure. |
69
+
| Resource bridge (appliance) container image download | 443 |`*.blob.core.windows.net`, `https://ecpacr.azurecr.io`| Appliance VM IP and control plane endpoint need outbound connection. | Required to pull container images. |
70
+
| Resource bridge (appliance) image download | 80 |`*.dl.delivery.mp.microsoft.com`| Host machine, Appliance VM IP and control plane endpoint need outbound connection. | Download the Arc resource bridge OS images. |
71
+
| Azure Arc for K8s container image download | 443 |`https://azurearcfork8sdev.azurecr.io`| Appliance VM IP and control plane endpoint need outbound connection. | Required to pull container images. |
72
+
| ADHS telemetry service | 443 |`adhs.events.data.microsoft.com`| Appliance VM IP and control plane endpoint 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 K8s control plane. |
73
+
| Microsoft events data service | 443 |`v20.events.data.microsoft.com`| Appliance VM IP and control plane endpoint 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. |
74
+
| SCVMM management Server | 443 | URL of the SCVMM management server | Appliance VM IP and control plane endpoint need outbound connection. | Used by the SCVMM server to communicate with the Appliance VM and the control plane. |
75
+
56
76
## Next steps
57
77
58
78
[See how to create a Azure Arc VM](create-virtual-machine.md)
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: In this QuickStart, you will learn how to use the helper script to
4
4
author: jyothisuri
5
5
ms.author: jsuri
6
6
ms.topic: quickstart
7
-
ms.date: 10/19/2022
7
+
ms.date: 12/07/2022
8
8
ms.custom: references_regions
9
9
---
10
10
@@ -24,7 +24,7 @@ This QuickStart shows you how to connect your SCVMM management server to Azure A
24
24
|**Azure**| An Azure subscription <br/><br/> A resource group in the above subscription where you have the *Owner/Contributor* role. |
25
25
|**SCVMM**| You need an SCVMM management server running version 2016 or later.<br/><br/> A private cloud that has at least one cluster with minimum free capacity of 16 GB of RAM, 4 vCPUs with 100 GB of free disk space. <br/><br/> A VM network with internet access, directly or through proxy. Appliance VM will be deployed using this VM network.<br/><br/> For dynamic IP allocation to appliance VM, DHCP server is required. For static IP allocation, VMM static IP pool is required. |
26
26
|**SCVMM accounts**| An SCVMM admin account that can perform all administrative actions on all objects that VMM manages. <br/><br/> The user should be part of local administrator account in the SCVMM server. <br/><br/>This will be used for the ongoing operation of Azure Arc-enabled SCVMM as well as the deployment of the Arc Resource bridge VM. |
27
-
|**Workstation**| The workstation will be used to run the helper script.<br/><br/> A Windows/Linux machine that can access both your SCVMM management server and internet, directly or through proxy.<br/><br/> The helper script can be run directly from the VMM server machine as well.<br/><br/> Note that when you execute the script from a Linux machine, the deployment takes a bit longer and you may experience performance issues. |
27
+
|**Workstation**| The workstation will be used to run the helper script.<br/><br/> A Windows/Linux machine that can access both your SCVMM management server and internet, directly or through proxy.<br/><br/> The helper script can be run directly from the VMM server machine as well.<br/><br/> To avoid network latency issues, we recommend executing the helper script directly in the VMM server machine.<br/><br/> Note that when you execute the script from a Linux machine, the deployment takes a bit longer and you may experience performance issues. |
28
28
29
29
## Prepare SCVMM management server
30
30
@@ -67,6 +67,9 @@ Use the following instructions to run the script, depending on the Operating Sys
67
67
>[!NOTE]
68
68
>Before running the script, install the latest version of Azure CLI (2.36.0 or later).
69
69
70
+
**Known issue**
71
+
72
+
We are observing intermittent extension installation issues with Azure CLI 2.42.0 version. To avoid failures, install Azure CLI 2.41.0 versions. [Download the specific version of Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli-windows?tabs=azure-cli#specific-version).
70
73
71
74
### Windows
72
75
@@ -135,8 +138,10 @@ If for any reason, the appliance creation fails, you need to retry it. Run the c
135
138
bash resource-bridge-onboarding-script.sh --force
136
139
```
137
140
>[!NOTE]
138
-
> - After successful deployment, we recommend to maintain the state of **Arc Resource Bridge VM** as *online*.
139
-
> - Intermittently appliance might become unreachable, when you shut down and restart the VM.
141
+
> - After successful deployment, we recommend maintaining the state of **Arc Resource Bridge VM** as *online*.
142
+
> - Intermittently appliance might become unreachable when you shut down and restart the VM.
143
+
>- After successful deployment, save the config YAML files in a secure location. The config files are required to perform management operations on the resource bridge.
144
+
> - After the execution of command, your setup is complete, and you can try out the capabilities of Azure Arc-enabled SCVMM.
0 commit comments