Skip to content

Commit 25039f7

Browse files
Merge pull request #227366 from JnHs/jh-arcrb-sysreq
new topic
2 parents ef86fc4 + 43bfd53 commit 25039f7

File tree

3 files changed

+170
-10
lines changed

3 files changed

+170
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Arc resource bridge (preview) overview
33
description: Learn how to use Azure Arc resource bridge (preview) to support VM self-servicing on Azure Stack HCI, VMware, and System Center Virtual Machine Manager.
4-
ms.date: 01/06/2023
4+
ms.date: 02/15/2023
55
ms.topic: overview
66
ms.custom: references_regions
77
---
@@ -19,7 +19,6 @@ Arc resource bridge delivers the following benefits:
1919
* Designed to recover from software failures.
2020
* Supports deployment to any private cloud hosted on Hyper-V or VMware from the Azure portal or using the Azure Command-Line Interface (CLI).
2121

22-
2322
## Overview
2423

2524
Azure Arc resource bridge (preview) hosts other components such as [custom locations](..\platform\conceptual-custom-locations.md), cluster extensions, and other Azure Arc agents in order to deliver the level of functionality with the private cloud infrastructures it supports. This complex system is composed of three layers:
@@ -74,14 +73,6 @@ You can connect an SCVMM management server to Azure by deploying Azure Arc resou
7473
* Add, remove, and update network interfaces
7574
* Add, remove, and update disks and update VM size (CPU cores and memory)
7675

77-
## Prerequisites
78-
79-
[Azure CLI](/cli/azure/install-azure-cli) is required to deploy the Azure Arc resource bridge on supported private cloud environments.
80-
81-
If you are deploying on VMware, a x64 Python environment is required. The [pip](https://pypi.org/project/pip/) package installer for Python is also required.
82-
83-
If you are deploying on Azure Stack HCI, the x32 Azure CLI installer can be used to install Azure CLI.
84-
8576
### Supported regions
8677

8778
In order to use Arc resource bridge in a region, Arc resource bridge and the private cloud product must be supported in the region. For example, to use Arc resource bridge with Azure Stack HCI in East US, Arc resource bridge and Azure Stack HCI must be supported in East US. Please check with the private cloud product for their region availability - it is typically called out in their deployment instructions of Arc resource bridge. There are instances where Arc Resource Bridge may be available in a region where private cloud support is not yet available.
@@ -118,7 +109,10 @@ Arc resource bridge communicates outbound securely to Azure Arc over TCP port 44
118109

119110
You may need to allow specific URLs to [ensure outbound connectivity is not blocked](troubleshoot-resource-bridge.md#restricted-outbound-connectivity) by your firewall or proxy server.
120111

112+
For more information, see [Azure Arc resource bridge (preview) network requirements](network-requirements.md).
113+
121114
## Next steps
122115

123116
* Learn more about [how Azure Arc-enabled VMware vSphere extends Azure's governance and management capabilities to VMware vSphere infrastructure](../vmware-vsphere/overview.md).
124117
* Learn more about [provisioning and managing on-premises Windows and Linux VMs running on Azure Stack HCI clusters](/azure-stack/hci/manage/azure-arc-enabled-virtual-machines).
118+
* Review the [system requirements](system-requirements.md) for deploying and managing Arc resource bridge.
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
---
2+
title: Azure Arc resource bridge (preview) system requirements
3+
description: Learn about system requirements for Azure Arc resource bridge (preview).
4+
ms.topic: conceptual
5+
ms.date: 02/15/2023
6+
---
7+
8+
# Azure Arc resource bridge (preview) system 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+
## Management tool requirements
15+
16+
[Azure CLI](/cli/azure/install-azure-cli) is required to deploy the Azure Arc resource bridge on supported private cloud environments.
17+
18+
If you're deploying on VMware, a x64 Python environment is required. The [pip](https://pypi.org/project/pip/) package installer for Python is also required.
19+
20+
If you're deploying on Azure Stack HCI, the x32 Azure CLI installer can be used to install Azure CLI.
21+
22+
## Minimum resource requirements
23+
24+
Arc resource bridge has the following minimum resource requirements:
25+
26+
- 50 GB disk space
27+
- 4 vCPUs
28+
- 8 GB memory
29+
30+
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 cause errors during deployment, such as disk copy errors. Review the partner product's documentation for specific resource requirements.
31+
32+
> [!NOTE]
33+
> To [use Arc resource bridge with Azure Kubernetes Service (AKS) on Azure Stack HCI](#aks-and-arc-resource-bridge-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.
34+
35+
## Management machine requirements
36+
37+
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.
38+
39+
Because the management machine needs these specific requirements to manage Arc resource bridge, once the machine is set up, it should continue to be the primary machine used to maintain Arc resource bridge.
40+
41+
The management machine has the following requirements:
42+
43+
- [Azure CLI x64](/cli/azure/install-azure-cli-windows?tabs=azure-cli) installed.
44+
- Open communication to Control Plane IP (`controlplaneendpoint` parameter in `createconfig` command).
45+
- Open communication to Appliance VM IP (`k8snodeippoolstart` parameter in `createconfig` command).
46+
- Open communication to the reserved Appliance VM IP for upgrade (`k8snodeippoolend` parameter in `createconfig` command).
47+
- 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.
48+
- 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.
49+
50+
## Appliance VM requirements
51+
52+
Arc resource bridge consists of an appliance VM that is deployed on-premises. The appliance VM has visibility into the on-premises infrastructure and can tag on-premises resources (guest management) for availability in Azure Resource Manager (ARM). The appliance VM is assigned an IP address from the `k8snodeippoolstart` parameter in the `createconfig` command.
53+
54+
The appliance VM has the following requirements:
55+
56+
- Open communication with the management machine, vCenter endpoint (for VMware), MOC cloud agent service endpoint (for Azure Stack HCI), or other control center for the on-premises environment.
57+
- The appliance VM needs to be able to resolve the management machine and vice versa.
58+
- Internet access.
59+
- Connectivity to [required URLs](network-requirements.md#outbound-connectivity) enabled in proxy and firewall.
60+
- Static IP assigned, used for the `k8snodeippoolstart` in configuration command. (If using DHCP, then the address must be reserved.)
61+
- Ability to reach a DNS server that can 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, such as Azure service addresses, container registry names, and other [required URLs](network-requirements.md#outbound-connectivity).
62+
- If using a proxy, the proxy server configuration is provided when running the `createconfig` command, which is used to create the configuration files of the appliance VM. The proxy should allow internet access on the appliance VM to connect to [required URLs](network-requirements.md#outbound-connectivity) needed for deployment, such as the URL to download OS images.
63+
64+
## Reserved appliance VM IP requirements
65+
66+
Arc resource bridge reserves an additional IP address to be used for the appliance VM upgrade. During upgrade, a new appliance VM is created with the reserved appliance VM IP. Once the new appliance VM is created, the old appliance VM is deleted, and its IP address becomes reserved for a future upgrade. The reserved appliance VM IP is assigned an IP address from the `k8snodeippoolend` parameter in the `az arcappliance createconfig` command.
67+
68+
The reserved appliance VM IP has the following requirements:
69+
70+
- Open communication with the management machine, vCenter endpoint (for VMware), MOC cloud agent service endpoint (for Azure Stack HCI), or other control center for the on-premises environment.
71+
- The appliance VM needs to be able to resolve the management machine and vice versa.
72+
- Internet access.
73+
- Connectivity to [required URLs](network-requirements.md#outbound-connectivity) enabled in proxy and firewall.
74+
- Static IP assigned, used for the `k8snodeippoolend` in configuration command. (If using DHCP, then the address must be reserved.)
75+
- Ability to reach a DNS server that can 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, such as Azure service addresses, container registry names, and other [required URLs](network-requirements.md#outbound-connectivity).
76+
77+
## Control plane IP requirements
78+
79+
The appliance VM hosts a management Kubernetes cluster with a control plane that should be given a static IP. This IP is assigned from the `controlplaneendpoint` parameter in the `createconfig` command.
80+
81+
The control plane IP has the following requirements:
82+
83+
- Open communication with the management machine.
84+
- The control plane needs to be able to resolve the management machine and vice versa.
85+
- Static IP address assigned; the IP should be outside the DHCP range but still available on the network segment. This IP address can't be assigned to any other machine on the network. If you're using Azure Kubernetes Service on Azure Stack HCI (AKS hybrid) and installing resource bridge, then the control plane IP for the resource bridge can't be used by the AKS hybrid cluster. For specific instructions on deploying Arc resource bridge with AKS on Azure Stack HCI, see [AKS on HCI (AKS hybrid) - Arc resource bridge deployment](/azure/aks/hybrid/deploy-arc-resource-bridge-windows-server).
86+
87+
## User account and credentials
88+
89+
Arc resource bridge may require a separate user account with the necessary roles to view and manage resources in the on-premises infrastructure (such as Arc-enabled VMware vSphere or Arc-enabled SCVMM). If so, during creation of the configuration files, the `username` and `password` parameters will be required. The account credentials are then stored in a configuration file locally within the appliance VM.
90+
91+
If the user account is set to periodically change passwords, the credentials must be immediately updated on the resource bridge. This user account may also be set with a lockout policy to protect the on-premises infrastructure, in case the credentials aren't updated and the resource bridge makes multiple attempts to use expired credentials to access the on-premises control center.
92+
93+
For example, with Arc-enabled VMware, Arc resource bridge needs a separate user account for vCenter with the necessary roles. If the [credentials for the user account change](troubleshoot-resource-bridge.md#insufficient-permissions), then the credentials stored in Arc resource bridge must be immediately updated by running `az arcappliance update-infracredentials` from the [management machine](#management-machine-requirements). Otherwise, the appliance will make repeated attempts to use the expired credentials to access vCenter, which will result in a lockout of the account.
94+
95+
## Configuration files
96+
97+
Arc resource bridge consists of an appliance VM that is deployed in the on-premises infrastructure. To maintain the appliance VM, the configuration files generated during deployment must be saved in a secure location and made available on the management machine.
98+
99+
There are several different types of configuration files, based on the on-premises infrastructure.
100+
101+
### Appliance configuration files
102+
103+
Three configuration files are created when the `createconfig` command completes (or the equivalent commands used by Azure Stack HCI and AKS hybrid): resource.yaml, appliance.yaml and infra.yaml.
104+
105+
By default, these files are generated in the current CLI directory when `createconfig` completes. These files should be saved in a secure location on the management machine, because they're required for maintaining the appliance VM. Because the configuration files reference each other, all three files must be stored in the same location. If the files are moved from their original location at deployment, open the files to check that the reference paths to the configuration files are accurate.
106+
107+
### Kubeconfig
108+
109+
The appliance VM hosts a management Kubernetes cluster. The kubeconfig is a low-privilege Kubernetes configuration file that is used to maintain the appliance VM. By default, it's generated in the current CLI directory when the `deploy` command completes. The kubeconfig should be saved in a secure location to the management machine, because it's required for maintaining the appliance VM.
110+
111+
### HCI login configuration file (Azure Stack HCI only)
112+
113+
Arc resource bridge uses a MOC login credential called [KVA token](/azure-stack/hci/manage/deploy-arc-resource-bridge-using-command-line#set-up-arc-vm-management) (kvatoken.tok) to interact with Azure Stack HCI. The KVA token is generated with the appliance configuration files when deploying Arc resource bridge. This token is also used when collecting logs for Arc resource bridge, so it should be saved in a secure location with the rest of the appliance configuration files. This file is saved in the directory provided during configuration file creation or the default CLI directory.
114+
115+
## AKS and Arc Resource Bridge on Azure Stack HCI
116+
117+
To use AKS and Arc resource bridge together on Azure Stack HCI, the AKS cluster must be deployed prior to deploying Arc resource bridge. If Arc resource bridge has already been deployed, AKS can't be deployed unless you delete Arc resource bridge first. Once your AKS cluster is deployed to Azure Stack HCI, you can deploy Arc resource bridge.
118+
119+
The following example shows a network configuration setup for Arc resource bridge and AKS clusters when deployed on Azure Stack HCI. Key details are that Arc resource bridge and AKS share the same switch and `ipaddressprefix`, but require different IP addresses for `vippoolstart/end` and `k8snodeippoolstart/end`.
120+
121+
### AKS hybrid
122+
123+
```
124+
azurestackhciprovider:
125+
virtualnetwork:
126+
   name: "mgmtvnet"
127+
   vswitchname: "Default Switch"
128+
   type: "Transparent"
129+
   macpoolname: 
130+
   vlanid: 0
131+
   ipaddressprefix: 172.16.0.0/16
132+
   gateway: 17.16.1.1 
133+
   dnsservers: 17.16.1.1
134+
   vippoolstart: 172.16.255.0
135+
   vippoolend: 172.16.255.254
136+
   k8snodeippoolstart: 172.16.10.0
137+
   k8snodeippoolend: 172.16.10.254 
138+
```
139+
140+
### Arc resource bridge
141+
142+
```
143+
azurestackhciprovider:
144+
virtualnetwork:
145+
      name: "mgmtvnet"
146+
      vswitchname: "Default Switch"
147+
      type: "Transparent"
148+
      macpoolname: 
149+
      vlanid: 0
150+
      ipaddressprefix: 172.16.0.0/16
151+
      gateway: 17.16.1.1
152+
      dnsservers: 17.16.0.1
153+
      vippoolstart: 172.16.250.0
154+
      vippoolend: 172.16.250.254
155+
      k8snodeippoolstart: 172.16.30.0
156+
      k8snodeippoolend: 172.16.30.254
157+
```
158+
159+
For instructions for how to deploy Arc resource bridge on Hybrid AKS, see [How to install Azure Arc Resource Bridge on Windows Server - AKS hybrid](/azure/aks/hybrid/deploy-arc-resource-bridge-windows-server).
160+
161+
## Next steps
162+
163+
- Review the [Azure Arc resource bridge (preview) overview](overview.md) to understand more about requirements and technical details.
164+
- 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)