Skip to content

Commit 0e13907

Browse files
committed
new topic
1 parent b067dc0 commit 0e13907

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Azure Arc resource bridge (preview) system requirements
3+
description: Learn about system requirements for Azure Arc resource bridge (preview) including URLs that must be allowlisted.
4+
ms.topic: conceptual
5+
ms.date: 02/15/2023
6+
---
7+
8+
# Azure Arc resource bridge (preview) network requirements
9+
10+
This article describes the system requirements for deploying Azure Arc resource bridge (preview).
11+
12+
Arc resource bridge is used with other partner products, such as [Azure Stack HCI](/azure-stack/hci/manage/azure-arc-vm-management-overview), [Arc-enabled VMware vSphere](../vmware-vsphere/index.yml), and [Arc-enabled System Center Virtual Machine Manager (SCVMM)](../system-center-virtual-machine-manager/index.yml). These products may have additional requirements.
13+
14+
## Minimum resource requirements
15+
16+
Arc resource bridge has the following minimum resource requirements:
17+
18+
- 50 GB disk space
19+
- 4 vCPUs
20+
- 8 GB memory
21+
22+
These minimum requirements enable most scenarios. However, a partner product may support a higher resource connection count to Arc resource bridge, which requires the bridge to have higher resource requirements. Failure to provide sufficient resources may result in a number of errors during deployment, such as disk copy errors. Review the partner product's documentation for specific resource requirements.
23+
24+
> [!NOTE]
25+
> To use Arc resource bridge with Azure Kubernetes Service (AKS) on Azure Stack HCI, the AKS clusters must be deployed prior to deploying Arc resource bridge. If Arc resource bridge has already been deployed, AKS clusters can't be installed unless you delete Arc resource bridge first. Once your AKS clusters are deployed to Azure Stack HCI, you can deploy Arc resource bridge again.
26+
27+
## Management machine requirements
28+
29+
The machine used to run the commands to deploy Arc resource bridge, and maintain it, is called the *management machine*. The management machine should be considered part of the Arc resource bridge ecosystem, as it has specific requirements and is necessary to manage the appliance VM.
30+
31+
Because the management machine needs these specific requirements to manage Arc resource bridge, once the machine is setup, it should continue to be the primary machine used to maintain Arc resource bridge.
32+
33+
The management machine should have the following:
34+
35+
- [Azure CLI x64](/cli/azure/install-azure-cli-windows?tabs=azure-cli) installed
36+
- Open communication to Control Plane IP (`controlplaneendpoint` parameter in `createconfig` command)
37+
- Open communication to Appliance VM IP (`k8snodeippoolstart` parameter in `createconfig` command)
38+
- Open communication to the reserved Appliance VM IP for upgrade (`k8snodeippoolend` parameter in `createconfig` command)
39+
- Internal and external DNS resolution. The DNS server must resolve internal names, such as the vCenter endpoint for vSphere or cloud agent service endpoint for Azure Stack HCI. The DNS server must also be able to resolve external addresses that are [required URLs](network-requirements.md#outbound-connectivity) for deployment.
40+
- If using a proxy, the proxy server configuration on the management machine must allow the machine to have internet access and to connect to [required URLs](network-requirements.md#outbound-connectivity) needed for deployment, such as the URL to download OS images.
41+
42+
## Appliance VM requirements
43+
44+
45+
46+
## Next steps
47+
48+
- Review the [Azure Arc resource bridge (preview) overview](overview.md) to understand more about requirements and technical details.
49+
- Learn about [security configuration and considerations for Azure Arc resource bridge (preview)](security-overview.md).

articles/azure-arc/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
items:
1717
- name: About Azure Arc resource bridge
1818
href: ./resource-bridge/overview.md
19+
- name: System requirements
20+
href: ./resource-bridge/system-requirements.md
1921
- name: Network requirements
2022
href: ./resource-bridge/network-requirements.md
2123
- name: Security overview

0 commit comments

Comments
 (0)