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
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-configure-manually.md
+15-55Lines changed: 15 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: Configure Arc proxy manually for Azure gateway on Azure Local, version 24
3
3
description: Learn how to configure Arc proxy manually for Azure gateway on Azure Local, version 2408 and 2408.1 (preview).
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 10/15/2024
6
+
ms.date: 11/18/2024
7
7
ms.author: alkohli
8
8
ms.service: azure-stack-hci
9
9
---
10
10
11
11
# Configure Arc proxy manually for Azure gateway on Azure Local (preview)
12
12
13
-
Applies to: Azure Local, version 23H2, release 2408.1 and 2408
13
+
Applies to: Azure Local, version 23H2, release 2408, 2408.1, 2408.2, and 2411
14
14
15
15
After creating the Arc gateway resource in your Azure subscription, you can enable the new Arc gateway preview features. This article details how to manually configure the Arc proxy before Arc registration.
16
16
@@ -20,86 +20,46 @@ After creating the Arc gateway resource in your Azure subscription, you can enab
20
20
21
21
Make sure the following prerequisites are met before proceeding:
22
22
23
-
- You’ve access to an Azure Local, version 23H2 system.
23
+
- You’ve access to an Azure Local instance running version 23H2.
24
24
25
25
- An Arc gateway resource created in the same subscription as used to deploy Azure Local. For more information, see [Create the Arc gateway resource in Azure](deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure).
26
26
27
-
> [!Warning]
28
-
> Only the standard ISO OS image available at https://aka.ms/PVenEREWEEW should be used to test the Arc gateway public preview on Azure Local, version 2408. Do not use the ISO image available in Azure portal.
29
-
30
-
## Step 1: Manually configure the proxy on each node
27
+
## Step 1: Manually configure the proxy
31
28
32
29
If you need to configure the Arc proxy on your Azure Local machines before starting the Arc registration process, follow the instructions at [Configure proxy settings for Azure Local, version 23H2](../manage/configure-proxy-settings-23h2.md).
33
30
34
31
Ensure that you configure the proxy and the bypass list for all the machines on your system.
35
32
36
33
## Step 2: Get the ArcGatewayID
37
34
38
-
You need the proxy and the Arc gateway ID (ArcGatewayID) from Azure to run the registration script on Azure Local machines. To get the ArcGatewayID, run the following `az connectedmachine gateway list` command from any computer that is not an Azure Local machine.
39
-
40
-
Here's an example:
41
-
42
-
```azurecli
43
-
PS C:\> az connectedmachine gateway list
44
-
45
-
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
You need the proxy and the Arc gateway ID (ArcGatewayID) from Azure to run the registration script on Azure Local machines. You can find the Arc gateway ID on the Azure portal overview page of the resource.
64
36
65
37
## Step 3: Register new machines in Azure Arc
66
38
67
-
You run the initialization script by passing the ArcGatewayID parameter and the proxy server parameters. Here's an example of how you should change the `Invoke-AzStackHciArcInitialization` parameters on the initialization script:
39
+
To register new version 2408 or version 2411 machines in Azure Arc, you run the initialization script by passing the ArcGatewayID parameter and the proxy server parameters. Here's an example of how you should change the `Invoke-AzStackHciArcInitialization` parameters on the initialization script:
68
40
69
41
```azurecli
70
-
#Install required PowerShell modules in your machine for registration
@@ -126,7 +86,7 @@ Once the Azure Local machines are registered in Azure Arc and all the extensions
126
86
127
87
## Step 5: Verify that the setup succeeded
128
88
129
-
Once the deployment validation starts, you can connect to the first Azure Local machine from your machine and open the Arc gateway log to monitor which endpoints are redirected to the Arc gateway and which ones continue using your firewall or proxy.
89
+
Once the deployment validation starts, you can connect to the first Azure Local machine from your system and open the Arc gateway log to monitor which endpoints are redirected to the Arc gateway and which ones continue using your firewall or proxy.
130
90
131
91
You can find the Arc gateway log at: *c:\programdata\AzureConnectedMAchineAgent\Log\arcproxy.log*.
132
92
@@ -136,7 +96,7 @@ To check the Arc agent configuration and verify that it is using the Arc gateway
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md
+14-45Lines changed: 14 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: Configure Arc proxy via registration script for Azure gateway on Azure Lo
3
3
description: Learn how to Configure Arc proxy via registration script for Azure gateway on Azure Local, version 2408 (preview).
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 10/16/2024
6
+
ms.date: 11/18/2024
7
7
ms.author: alkohli
8
8
ms.service: azure-stack-hci
9
9
---
10
10
11
11
# Configure Arc proxy via registration script for Azure gateway on Azure Local (preview)
12
12
13
-
Applies to: Azure Local, version 23H2, release 2408.1 and 2408
13
+
Applies to: Azure Local, version 23H2, release 2408, 2408.1, 2408.2, and 2411
14
14
15
15
After creating the Arc gateway resource in your Azure subscription, you can enable the new Arc gateway preview features. This article details how to configure the Arc proxy before Arc registration using a registration script for the Arc gateway on Azure Local.
16
16
@@ -26,63 +26,32 @@ Make sure the following prerequisites are met before proceeding:
26
26
27
27
- An Arc gateway resource created in the same subscription as used to deploy Azure Local. For more information, see [Create the Arc gateway resource in Azure](deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure).
28
28
29
-
> [!Warning]
30
-
> Only the standard ISO OS image available at https://aka.ms/PVenEREWEEW should be used to test the Arc gateway public preview on Azure Local, version 2408. Do not use the ISO image available in Azure portal.
31
-
32
29
## Step 1: Get the ArcGatewayID
33
30
34
-
You need the proxy and the ArcGatewayID from Azure to run the registration script on Azure Local machine. To get the ArcGatewayID value, run the `az connectedmachine gateway list` command described previously. Do not run this command from any Azure Local machines:
35
-
36
-
```azurecli
37
-
PS C:\> az connectedmachine gateway list
38
-
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
You need the proxy and the ArcGatewayID from Azure to run the registration script on Azure Local machines. You can find the Arc gateway id on the Azure portal overview page of the resource.
56
32
57
-
## Step 2: Register new Azure Local machines running version 2408
33
+
## Step 2: Register new machines in Azure Arc
58
34
59
-
You can run the initialization script by passing the `ArcGatewayID`, `Proxy server`, and `Proxy bypass list` parameters.
35
+
To register new version 2408 or version 2411 machines in Azure Arc, you run
36
+
the initialization script by passing the `ArcGatewayID`, `Proxy server`, and `Proxy bypass list` parameters.
60
37
61
38
Here's an example of how you should change these parameters for the `Invoke-AzStackHciArcInitialization` initialization script. Once registration is completed, the Azure Local machines are registered in Azure Arc using the Arc gateway:
62
39
63
40
```azurecli
64
-
#Install required PowerShell modules in your machine for registration
0 commit comments