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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-local
12
12
13
13
::: moniker range=">=azloc-24111"
14
14
15
-
Applies to: Azure Local 2411.1 and later
15
+
Applies to: Azure Local 2411, 2503 and 2504 new deployments. Starting with 2505, there is no need to configure the proxy manually anymore. Please refer to [Deploy with Arc gateway via Arc script](/azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md) if you are using an enterprise proxy, or refer to [Deploy with Arc gateway without proxy](/azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md) if you don't use an enterprise proxy.
16
16
17
17
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.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.md
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.service: azure-local
10
10
11
11
# Configure Arc proxy via registration script for Azure gateway on Azure Local (preview)
12
12
13
-
::: moniker range=">=azloc-24111"
13
+
::: moniker range=">=azloc-2505"
14
14
15
-
Applies to: Azure Local 2411.1 and later
15
+
Applies to: Azure Local 2505 and later
16
16
17
17
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.
18
18
@@ -24,7 +24,7 @@ Using this method, you don't need to configure the Arc proxy across WinInet, Win
24
24
25
25
Make sure the following prerequisites are met before proceeding:
26
26
27
-
- You've access to an Azure Local instance running release 2411.1 or later. Prior versions do not support this scenario.
27
+
- You've access to an Azure Local instance running release 2505 or later. Prior versions do not support this scenario.
28
28
29
29
- 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).
30
30
@@ -34,8 +34,7 @@ You need the proxy and the ArcGatewayID from Azure to run the registration scrip
34
34
35
35
## Step 2: Register new machines in Azure Arc
36
36
37
-
To register new version 2408 or version 2411 machines in Azure Arc, you run
38
-
the initialization script by passing the `ArcGatewayID`, `Proxy server`, and `Proxy bypass list` parameters.
37
+
To register version 2505 or later Azure Local machines in Azure Arc, you run the initialization script by passing the `ArcGatewayID`, `Proxy server`, and `Proxy bypass list` parameters. During the bootstrap configuration you will be required to authenticate with your credentials using the device code.
39
38
40
39
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:
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.service: azure-local
10
10
11
11
# Use Azure Arc gateway without a proxy on Azure Local (preview)
12
12
13
-
::: moniker range=">=azloc-24111"
13
+
::: moniker range=">=azloc-2505"
14
14
15
-
> Applies to: Azure Local 2411.1 and later
15
+
> Applies to: Azure Local 2505 and later
16
16
17
17
After creating the Arc gateway resource in your Azure subscription, you can enable the new Arc gateway preview features on your Azure Local. This article details how to use Azure gateway for Azure Local instances without a proxy.
0 commit comments