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
+2-2Lines changed: 2 additions & 2 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
# 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.
16
16
@@ -28,7 +28,7 @@ Make sure the following prerequisites are met before proceeding:
28
28
29
29
## Step 1: Get the ArcGatewayID
30
30
31
-
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.
31
+
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.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-azure-arc-gateway-use-without-proxy.md
+63-39Lines changed: 63 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,77 +20,101 @@ 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.
27
+
## Step 1: Get the ArcGatewayID
29
28
30
-
## Run the initialization script
29
+
You need 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.
31
30
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.
31
+
## Step 2: Register new machines in Azure Arc
33
32
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).
33
+
To use the Arc gateway feature for Azure Local systems without a proxy, only use the `ArcGatewayID` parameter.
35
34
36
-
```azurecli
37
-
#Install required PowerShell modules on your machine for registration.
Once the Azure Local machines are registered in Azure Arc and all the extensions are installed, you can start deployment from Azure portal or using the ARM templates that are documented in these articles:
67
+
68
+
-[Deploy an Azure Local instance using the Azure portal](deploy-via-portal.md).
69
+
70
+
-[Azure Resource Manager template deployment for Azure Local, version 23H2](deployment-azure-resource-manager-template.md).
71
+
72
+
## Step 4: Verify that the setup succeeded
73
+
74
+
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.
75
+
76
+
You can find the Arc gateway log at: *c:\programdata\AzureConnectedMAchineAgent\Log\arcproxy.log*.
77
+
78
+
:::image type="content" source="./media/deployment-connect-nodes-to-arc-gateway/arc-gateway-log.png" alt-text="Screenshot that shows the Arc gateway log using manual method." lightbox="./media/deployment-connect-nodes-to-arc-gateway/arc-gateway-log.png":::
79
+
80
+
To check the Arc agent configuration and verify that it is using the Arc gateway, run the following command: `c:\program files\AzureConnectedMachineAgent>.\azcmagent show`
81
+
82
+
The result should show the following values:
83
+
84
+
-**Agent version** is **1.45** or above.
85
+
86
+
-**Agent Status** is **Connected**.
87
+
88
+
-**Using HTTPS Proxy** is empty when Arc gateway isn't in use. It should show as `http://localhost:40343` when the Arc gateway is enabled.
89
+
90
+
-**Upstream Proxy** should be empty because you are not using any enterprise proxy.
91
+
92
+
-**Azure Arc Proxy** shows as **stopped** when Arc gateway isn't in use, and **running** when the Arc gateway is enabled.
93
+
94
+
The Arc agent without the Arc gateway:
95
+
96
+
:::image type="content" source="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-without-gateway.png" alt-text="Screenshot that shows the Arc agent without gateway using manual method." lightbox="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-without-gateway.png":::
97
+
98
+
The Arc agent using the Arc gateway:
99
+
100
+
:::image type="content" source="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-with-gateway.png" alt-text="Screenshot that shows the Arc agent with gateway using manual method." lightbox="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-with-gateway.png":::
101
+
102
+
Additionally, to verify that the setup successful, you can run the following command: `c:\program files\AzureConnectedMachineAgent>.\azcmagent check`.
103
+
104
+
The response should indicate that `connection.type` is set to `gateway`, and the **Reachable** column should indicate **true** for all URLs, as shown:
105
+
106
+
The Arc agent without the Arc gateway:
107
+
108
+
:::image type="content" source="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-without-gateway-2.png" alt-text="Screenshot that shows the Arc agent without gateway 2 using manual method." lightbox="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-without-gateway-2.png":::
109
+
110
+
The Arc agent with the Arc gateway enabled:
111
+
112
+
:::image type="content" source="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-with-gateway-2.png" alt-text="Screenshot that shows the Arc agent with gateway 2 using manual method." lightbox="./media/deployment-connect-nodes-to-arc-gateway/arc-agent-without-gateway-2.png":::
113
+
114
+
You can also audit your gateway traffic by viewing the gateway router logs.
115
+
116
+
To view gateway router logs on Windows, run the `azcmagent logs` command in PowerShell. In the resulting .zip file, the logs are located in the *C:\ProgramData\Microsoft\ArcGatewayRouter* folder.
117
+
94
118
## Next steps
95
119
96
120
-[Get support for deployment issues](../manage/get-support-for-deployment-issues.md)
0 commit comments