Skip to content

Commit 27b3065

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-stack-docs-pr (branch live)
2 parents 989aae3 + 71305ea commit 27b3065

8 files changed

+63
-89
lines changed

azure-local/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ items:
527527
- name: Migrate using SCVMM
528528
items:
529529
- name: For Hyper-V VMs
530-
href: /system-center/vmm/manage-azure-stack-hci?toc=/azure/azure-local/toc.json&bc=/azure/azure-local/breadcrumb/toc.json#migrate-vms-from-windows-server-to-azure-local-instance
530+
href: /system-center/vmm/manage-azure-stack-hci#migrate-vms-from-windows-server-to-azure-local-instance
531531
- name: For VMware VMs
532-
href: /system-center/vmm/vm-convert-vmware?toc=/azure/azure-local/toc.json&bc=/azure/azure-local/breadcrumb/toc.json
532+
href: /system-center/vmm/vm-convert-vmware
533533
- name: Migrate manually (v22H2 only)
534534
items:
535535
- name: To same hardware
@@ -711,9 +711,9 @@ items:
711711
- name: Migrate using SCVMM
712712
items:
713713
- name: For Hyper-V VMs
714-
href: /system-center/vmm/deploy-manage-azure-stack-hci?toc=/azure/azure-local/toc.json&bc=/azure/azure-local/breadcrumb/toc.json#step-8-migrate-vms-from-windows-server-to-azure-local-instance
714+
href: /system-center/vmm/deploy-manage-azure-stack-hci#step-8-migrate-vms-from-windows-server-to-azure-local-instance
715715
- name: For VMware VMs
716-
href: /system-center/vmm/deploy-manage-azure-stack-hci?toc=/azure/azure-local/toc.json&bc=/azure/azure-local/breadcrumb/toc.json#step-9-migrate-vmware-workloads-to-azure-local-instance-using-scvmm
716+
href: /system-center/vmm/deploy-manage-azure-stack-hci#step-9-migrate-vmware-workloads-to-azure-local-instance-using-scvmm
717717
- name: Concepts
718718
items:
719719
- name: Storage and systems

azure-local/deploy/deployment-azure-arc-gateway-overview.md

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure Arc gateway for Azure Local, version 23H2 (preview)
33
description: Learn what is Azure Arc gateway for Azure Local, version 23H2 (preview).
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 04/23/2025
6+
ms.date: 05/08/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
---
@@ -42,19 +42,19 @@ When Arc gateway is used, the *http* and *https* traffic flow changes as follows
4242

4343
1. Based on the configuration in the Arc gateway, if allowed, the traffic is sent to target services. If not allowed, Arc proxy redirects this traffic to the enterprise proxy (or direct outbound if no proxy set). Arc proxy automatically determines the right path for the endpoint.
4444

45-
**Traffic flow for Arc appliance Arc Resource Bridge (ARB) and AKS control plane**
45+
**Traffic flow for Arc appliance Azure Arc resource bridge and AKS control plane**
4646

47-
1. The routable IP (failover clustered IP resource as of now) is used to forward the traffic through Arc proxy running on the Azure Local host machines.
47+
1. Routable IP (failover clustered IP resource as of now) is used to forward the traffic through Arc proxy running on the Azure Local host machines.
4848

49-
1. ARB and AKS forward proxy are configured to use the routable IP.
49+
1. Azure Arc resource bridge and Azure Kubernetes Service (AKS) forward proxy are configured to use routable IP.
5050

51-
1. With the proxy settings in place, ARB, and AKS outbound traffic is forwarded to Arc Proxy running on one of the Azure Local machines over the routable IP.
51+
1. With proxy settings in place, Arc resource bridge, and AKS outbound traffic is forwarded to Arc Proxy running on one of the Azure Local machines over routable IP.
5252

53-
1. Once the traffic reaches Arc proxy, the remaining flow takes the same path as described. If traffic to the target service is allowed, it is sent to Arc gateway. If not, it is sent to the enterprise proxy (or direct outbound if no proxy set). For AKS specifically, this path is used for downloading docker images for Arc Agentry and Arc Extension Pods.
53+
1. When traffic reaches the Arc proxy, the remaining flow takes the same path as described. If traffic to the target service is allowed, it is sent to Arc gateway. If not, it's sent to the enterprise proxy (or direct outbound if no proxy set). For AKS specifically, this path is used for downloading docker images for Arc Agentry and Arc Extension Pods.
5454

5555
**Traffic flow for Azure Local VMs**
5656

57-
*Http* and *https* traffic are forwarded to the enterprise proxy. Arc proxy inside an Azure Local VM enabled by Arc is not yet supported in this version.
57+
HTTP and HTTPS traffic are forwarded to the enterprise proxy. Arc proxy inside an Azure Local virtual machine (VM) enabled by Arc is not yet supported in this version.
5858

5959
Traffic flows are illustrated in the following diagram:
6060

@@ -81,50 +81,52 @@ The list of supported endpoints by the Arc gateway in Azure Local will increase
8181
You can use the Arc gateway in the following scenario for Azure Local versions 2411.1 or later:
8282

8383
- Enable Arc gateway during deployment of new Azure Local instances running versions 2411.1 or later.
84-
- The Arc gateway resource must be created on the same subscription where you are planning to deploy your Azure Local instance.
84+
- The Arc gateway resource must be created on the same subscription where you're planning to deploy your Azure Local instance.
8585

8686
Unsupported scenarios for Azure Local include:
8787

88-
- Enabling Arc gateway after deployment is not supported.
88+
- Enabling Arc gateway after deployment isn't supported.
8989

9090
## Azure Local endpoints not redirected
9191

9292
The endpoints from the table are required and must be allowlisted in your proxy or firewall to deploy the Azure Local instance:
9393

9494
| Endpoint # | Required endpoint | Component |
9595
| -- | -- | -- |
96-
| 1 | `http://login.microsoftonline.com:443` | Arc registration |
97-
| 2 | `http://<region>.login.microsoft.com:443` | Arc registration |
98-
| 3 | `http://management.azure.com:443` | Arc registration |
99-
| 4 | `http://gbl.his.arc.azure.com:443` | Arc registration |
100-
| 5 | `http://<region>.his.arc.azure.com:443` | Arc registration |
101-
| 6 | `http://dc.services.visualstudio.com:443` | Arc registration |
102-
| 7 | `https://<region>.obo.arc.azure.com:8084` | AKS extensions |
103-
| 8 | `http://<yourarcgatewayId>.gw.arc.azure.com:443` | Arc gateway |
104-
| 9 | `http://<yourkeyvaultname>.vault.azure.net:443` | Azure Key Vault |
105-
| 10 | `http://<yourblobstorageforcloudwitnessname>.blob.core.windows.net:443` | Cloud Witness Storage Account |
106-
| 11 | `http://files.pythonhosted.org:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
107-
| 12 | `http://pypi.org:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
108-
| 13 | `http://raw.githubusercontent.com:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
109-
| 14 | `http://pythonhosted.org:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
110-
| 15 | `http://ocsp.digicert.com` | Certificate Revocation List for Arc extensions |
111-
| 16 | `http://s.symcd.com` | Certificate Revocation List for Arc extensions |
112-
| 17 | `http://ts-ocsp.ws.symantec.com` | Certificate Revocation List for Arc extensions |
113-
| 18 | `http://ocsp.globalsign.com` | Certificate Revocation List for Arc extensions |
114-
| 19 | `http://ocsp2.globalsign.com` | Certificate Revocation List for Arc extensions |
115-
| 20 | `http://oneocsp.microsoft.com` | Certificate Revocation List for Arc extensions |
116-
| 21 | `http://crl.microsoft.com/pkiinfra` | Certificate Revocation List for Arc extensions |
117-
| 22 | `http://dl.delivery.mp.microsoft.com` | Windows Update |
118-
| 23 | `http://*.tlu.dl.delivery.mp.microsoft.com` | Windows Update |
119-
| 24 | `http://*.windowsupdate.com` | Windows Update |
120-
| 25 | `http://*.windowsupdate.microsoft.com` | Windows Update |
121-
| 26 | `http://*.update.microsoft.com` | Windows Update |
96+
| 1 | `http://aka.ms:443` | Bootstrap |
97+
| 2 | `http://azurestackreleases.download.prss.microsoft.com:443]` | Bootstrap |
98+
| 3 | `http://login.microsoftonline.com:443` | Arc registration |
99+
| 4 | `http://<region>.login.microsoft.com:443` | Arc registration |
100+
| 5 | `http://management.azure.com:443` | Arc registration |
101+
| 6 | `http://gbl.his.arc.azure.com:443` | Arc registration |
102+
| 7 | `http://<region>.his.arc.azure.com:443` | Arc registration |
103+
| 8 | `http://dc.services.visualstudio.com:443` | Arc registration |
104+
| 9 | `https://<region>.obo.arc.azure.com:8084` | AKS extensions |
105+
| 10 | `http://<yourarcgatewayId>.gw.arc.azure.com:443` | Arc gateway |
106+
| 11 | `http://<yourkeyvaultname>.vault.azure.net:443` | Azure Key Vault |
107+
| 12 | `http://<yourblobstorageforcloudwitnessname>.blob.core.windows.net:443` | Cloud Witness Storage Account |
108+
| 13 | `http://files.pythonhosted.org:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
109+
| 14 | `http://pypi.org:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
110+
| 15 | `http://raw.githubusercontent.com:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
111+
| 16 | `http://pythonhosted.org:443` | Not required starting with 2504 new deployments. Microsoft On-premises Cloud/ARB/AKS |
112+
| 17 | `http://ocsp.digicert.com` | Certificate Revocation List for Arc extensions |
113+
| 18 | `http://s.symcd.com` | Certificate Revocation List for Arc extensions |
114+
| 19 | `http://ts-ocsp.ws.symantec.com` | Certificate Revocation List for Arc extensions |
115+
| 20 | `http://ocsp.globalsign.com` | Certificate Revocation List for Arc extensions |
116+
| 21 | `http://ocsp2.globalsign.com` | Certificate Revocation List for Arc extensions |
117+
| 22 | `http://oneocsp.microsoft.com` | Certificate Revocation List for Arc extensions |
118+
| 23 | `http://crl.microsoft.com/pkiinfra` | Certificate Revocation List for Arc extensions |
119+
| 24 | `http://dl.delivery.mp.microsoft.com` | Windows Update |
120+
| 25 | `http://*.tlu.dl.delivery.mp.microsoft.com` | Windows Update |
121+
| 26 | `http://*.windowsupdate.com` | Windows Update |
122+
| 27 | `http://*.windowsupdate.microsoft.com` | Windows Update |
123+
| 28 | `http://*.update.microsoft.com` | Windows Update |
122124

123125
## Restrictions and limitations
124126

125127
Consider the following limitations of Arc gateway in this release:
126128

127-
- TLS terminating proxies aren't supported with the Arc gateway preview.
129+
- Transport Layer Security (TLS) terminating proxies aren't supported with the Arc gateway preview.
128130
- Use of ExpressRoute, Site-to-Site VPN, or Private Endpoints in addition to the Arc gateway (preview) isn't supported.
129131

130132
## Create the Arc gateway resource in Azure
@@ -135,7 +137,7 @@ You can create an Arc gateway resource using the Azure portal, Azure CLI, or Azu
135137

136138
1. Sign in to [Azure portal](https://ms.portal.azure.com/).
137139
1. Go to the **Azure Arc > Azure Arc gateway** page, then select **Create**.
138-
1. Select the subscription where you are planning to deploy your Azure Local instance.
140+
1. Select the subscription where you're planning to deploy your Azure Local instance.
139141
1. For **Name**, enter the name for the Arc gateway resource.
140142
1. For **Location**, enter the region where the Arc gateway resource should live. An Arc gateway resource is used by any Arc-enabled resource in the same Azure tenant.
141143
1. Select **Next**.
@@ -180,7 +182,7 @@ The gateway creation process takes 9-10 minutes to complete.
180182

181183
## Detach or change the Arc gateway association from the machine
182184

183-
To detach the gateway resource from your Arc-enabled server, set the gateway resource ID to `null`. To attach your Arc-enabled server to another Arc gateway resource just update the name and resource ID with the new Arc gateway information:
185+
To detach the gateway resource from your Arc-enabled server, set the gateway resource ID to `null`. To attach your Arc-enabled server to another Arc gateway resource, update the name and resource ID with the new Arc gateway information:
184186

185187
```azurecli
186188
az arcgateway settings update --resource-group <Resource Group> --subscription <subscription name> --base-provider Microsoft.HybridCompute --base-resource-type machines --base-resource-name <Arc-enabled server name> --gateway-resource-id "

azure-local/deploy/deployment-install-os.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.reviewer: alkohli
99
ms.service: azure-local
1010
---
1111

12-
# Install the Azure Stack HCI operating system, version 23H2
12+
# Install the Azure Stack HCI operating system
1313

1414
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1515

16-
This article describes the steps needed to install the Azure Stack HCI operating system, version 23H2 locally on your Azure Local machines.
16+
This article describes the steps needed to install the Azure Stack HCI operating system locally on your Azure Local machines.
1717

1818
## Prerequisites
1919

@@ -25,7 +25,7 @@ Before you begin, make sure you do the following steps:
2525

2626
## Boot and install the operating system
2727

28-
To install the operating system, version 23H2, follow these steps:
28+
To install the operating system, follow these steps:
2929

3030
1. [Download the Azure Stack HCI operating system from the Azure portal](./download-23h2-software.md).
3131

azure-local/deploy/deployment-prep-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ If your organization's processes and procedures require deviations from these re
113113
114114
## Next steps
115115
116-
- [Download Azure Stack HCI OS, version 23H2 software](./download-23h2-software.md) on each machine in your system.
116+
- [Download operating system for Azure Local deployment](./download-23h2-software.md) on each machine in your system.

azure-local/deploy/download-23h2-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Follow these steps to download the software:
6767
6868
## Next steps
6969

70-
- [Install the Azure Stack HCI operating system, version 23H2 ](./deployment-install-os.md).
70+
- [Install the Azure Stack HCI operating system](./deployment-install-os.md).

0 commit comments

Comments
 (0)