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
@@ -10,7 +10,7 @@ ms.service: azure-stack-hci
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, 2408.1, 2408.2, and 2411
13
+
Applies to: Azure Local, version 23H2, release 2408, 2408.1, 2408.2, 2411 and 2411.1
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.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-configure-via-script.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
@@ -10,7 +10,7 @@ ms.service: azure-stack-hci
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, 2408.1, 2408.2, and 2411
13
+
Applies to: Azure Local, version 23H2, release 2408, 2408.1, 2408.2, 2411 and 2411.1
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.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md
+5-39Lines changed: 5 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: azure-stack-hci
10
10
11
11
# Use Azure Arc gateway without a proxy on Azure Local (preview)
12
12
13
-
Applies to: Azure Local, version 23H2, release 2408, 2408.1, 2408.2, and 2411
13
+
Applies to: Azure Local, version 23H2, release 2411.1 and later
14
14
15
15
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.
16
16
@@ -20,75 +20,41 @@ 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 instance running version 23H2.
23
+
- You’ve access to an Azure Local instance running version 23H2, release 2411.1. Prior versions do not support this scenario.
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
-
> For Arc gateway deployments without proxy, the standard ISO OS image is required and is available at https://aka.ms/PVenEREWEEW. Do not use the ISO image available in Azure portal for this scenario.
29
-
30
27
## Run the initialization script
31
28
32
-
To use the Arc gateway feature for Azure Local systems without a proxy, use the `ProxyBypassList` parameter to specify traffic that shouldn't route through the Arc gateway. Create the bypass list according to this article.
29
+
To use the Arc gateway feature for Azure Local systems without a proxy, only use the `ArcGatewayID` parameter.
33
30
34
-
Run the initialization script as follows. All other instructions remain the same as listed in [Configure the proxy using the Arc registration script](deployment-azure-arc-gateway-configure-via-script.md).
31
+
Run the initialization script as follows.
35
32
36
33
```azurecli
37
-
#Install required PowerShell modules on your machine for registration.
0 commit comments