Skip to content

Commit 0ea6747

Browse files
authored
Merge pull request #187521 from v-dalc/outsidenetwork
ASE: [New] Connect to device from outside network (outsidenetwork)
2 parents 3eaa980 + 343f62a commit 0ea6747

4 files changed

+45
-11
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: tutorial
10-
ms.date: 02/15/2022
10+
ms.date: 02/23/2022
1111
ms.author: alkohli
1212
zone_pivot_groups: azure-stack-edge-device-deployment
1313
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Pro so I can use it to transfer data to Azure.
@@ -109,6 +109,9 @@ Follow these steps to configure the network for your device.
109109
* Serial number for any port corresponds to the node serial number. <!--* On 25-Gbps interfaces, you can set the RDMA (Remote Direct Access Memory) mode to iWarp or RoCE (RDMA over Converged Ethernet). Where low latencies are the primary requirement and scalability is not a concern, use RoCE. When latency is a key requirement, but ease-of-use and scalability are also high priorities, iWARP is the best candidate.-->
110110
<!--* Network Interface Card (NIC) Teaming or link aggregation is not supported with Azure Stack Edge. <!--NIC teaming should work for 2-node -->
111111

112+
> [!NOTE]
113+
> If you need to connect to your device from an outside network, see [Enable device access from outside network](azure-stack-edge-gpu-manage-access-power-connectivity-mode.md#enable-device-access-from-outside-network) for additional network settings.
114+
112115
Once the device network is configured, the page updates as shown below.
113116

114117
![Screenshot of local web UI "Network" page for fully configured one node. ](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/network-2.png)

articles/databox-online/azure-stack-edge-gpu-manage-access-power-connectivity-mode.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 07/08/2021
10+
ms.date: 02/22/2022
1111
ms.author: alkohli
1212
ms.custom: devx-track-azurepowershell
1313
---
@@ -18,13 +18,13 @@ ms.custom: devx-track-azurepowershell
1818

1919
This article describes how to manage the access, power, and connectivity mode for your Azure Stack Edge Pro with GPU device. These operations are performed via the local web UI or the Azure portal.
2020

21-
This article applies to Azure Stack Edge Pro GPU, Azure Stack Edge Pro R, and Azure Stack Edge Mini R devices.
22-
2321

2422
In this article, you learn how to:
2523

2624
> [!div class="checklist"]
2725
> * Manage device access
26+
> * Enable device access via remote PowerShell over HTTP
27+
> * Enable device access from outside network
2828
> * Manage resource access
2929
> * Manage connectivity mode
3030
> * Manage power
@@ -111,9 +111,37 @@ Follow these steps in the local UI to enable remote PowerShell over HTTP:
111111

112112
You can now connect to the PowerShell interface of the device over HTTP. For details, see [Connect to the PowerShell interface of your device](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface).
113113

114+
## Enable device access from outside network
115+
116+
To be able to connect to your Azure Stack Edge device from an outside network, make sure the network for your laptop and the network for the device meet the following requirements.
117+
118+
| Traffic direction | Out-of-network requirements |
119+
|--------------------|-----------------------------|
120+
| Outbound to laptop |On the network for the Azure Stack Edge device:<ul><li>Configure the correct gateways on the device to enable traffic to reach the laptop’s network.</li><li>If you configure multiple gateways on the device, ensure that traffic can reach your laptop's network on all gateways.<br>A device ideally tries to use the network interface card (NIC) with the lowest route metric. However, there's no clear way for an Azure Stack Edge device to identify the NIC with the lowest metric. So it's best to make your laptop network reachable on all configured gateways.</li></ul>|
121+
|Inbound to device |On the network for your laptop:<ul><li>Configure a clear network route from the laptop to the network for the device, possibly through defined gateways.</li></ul>|
122+
123+
> [!NOTE]
124+
> Diagnostic tests for Azure Stack Edge return a warning if all gateways don't have internet connectivity. For diagnostics information, see [Run diagnostics](azure-stack-edge-gpu-troubleshoot.md#run-diagnostics).
125+
126+
<!--ORIGINAL PRESENTATION: If a user needs to be able to connect to the Azure Stack Edge appliance from an outside network, you'll need this network configuration:
127+
128+
- **In-bound traffic:** For in-bound traffic from the customer's laptop (in network A) to the appliance (in network B), network A should have a clear route to network B, possibly through defined gateways.
129+
130+
- **Outbound traffic:** For outbound traffic from the appliance to the customer's laptop (network B to network A):
131+
132+
- Configure the correct gateways on the appliance so that traffic can reach network A.
133+
134+
- If you configure multiple gateways on the appliance, ensure that traffic can reach network B on all gateways.
135+
136+
An appliance ideally tries to use the network interface card (NIC) with the lowest route metric. However, there's no clear way for an Azure Stack Edge appliance to identify the NIC with the lowest metric. So it's best to make network A reachable on all configured gateways.
137+
138+
> [!NOTE]
139+
> Diagnostic tests for Azure Stack Edge return a warning if all gateways don't have internet connectivity. For diagnostics information, see [Run diagnostics](azure-stack-edge-gpu-troubleshoot.md#run-diagnostics). Terminology creep: This is the first reference to internet connectivity.-->
140+
141+
114142
## Manage resource access
115143

116-
To create your Azure Stack Edge / Data Box Gateway, IoT Hub, and Azure Storage resource, you need permissions as a contributor or higher at a resource group level. You also need the corresponding resource providers to be registered. For any operations that involve activation key and credentials, permissions to the Microsoft Graph API are also required. These are described in the following sections.
144+
To create your Azure Stack Edge / Data Box Gateway, IoT Hub, and Azure Storage resource, you need permissions as a contributor or higher at a resource group level. You also need the corresponding resource providers to be registered. For any operations that involve activation key and credentials, permissions to the Microsoft Graph API are also required. These requirements are described in the following sections.
117145

118146
### Manage Microsoft Graph API permissions
119147

articles/databox-online/azure-stack-edge-mini-r-deploy-configure-network-compute-web-proxy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: tutorial
10-
ms.date: 08/12/2021
10+
ms.date: 02/22/2022
1111
ms.author: alkohli
1212
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Mini R so I can use it to transfer data to Azure.
1313
---
@@ -131,7 +131,8 @@ Follow these steps to configure the network for your device.
131131
- Serial number for any port corresponds to the node serial number. For a K-series device, only one serial number is displayed.
132132

133133
> [!NOTE]
134-
> We recommend that you do not switch the local IP address of the network interface from static to DCHP, unless you have another IP address to connect to the device. If using one network interface and you switch to DHCP, there would be no way to determine the DHCP address. If you want to change to a DHCP address, wait until after the device has registered with the service, and then change. You can then view the IPs of all the adapters in the **Device properties** in the Azure portal for your service.
134+
> - We recommend that you do not switch the local IP address of the network interface from static to DCHP, unless you have another IP address to connect to the device. If using one network interface and you switch to DHCP, there would be no way to determine the DHCP address. If you want to change to a DHCP address, wait until after the device has registered with the service, and then change. You can then view the IPs of all the adapters in the **Device properties** in the Azure portal for your service.
135+
> - If you need to connect to your device from an outside network, see [Enable device access from outside network](azure-stack-edge-gpu-manage-access-power-connectivity-mode.md#enable-device-access-from-outside-network) for additional network settings.
135136
136137
After you have configured and applied the network settings, select **Next: Compute** to configure compute network.
137138

articles/databox-online/azure-stack-edge-pro-r-deploy-configure-network-compute-web-proxy.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: tutorial
10-
ms.date: 05/11/2021
10+
ms.date: 02/23/2022
1111
ms.author: alkohli
1212
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Pro R so I can use it to transfer data to Azure.
1313
---
@@ -70,15 +70,17 @@ Follow these steps to configure the network for your device.
7070
* Network Interface Card (NIC) Teaming or link aggregation is not supported with Azure Stack Edge.
7171
* Serial number for any port corresponds to the node serial number.
7272
<!--* On the 25-Gbps interfaces, you can set the RDMA (Remote Direct Access Memory) mode to iWarp or RoCE (RDMA over Converged Ethernet). Where low latencies are the primary requirement and scalability is not a concern, use RoCE. When latency is a key requirement, but ease-of-use and scalability are also high priorities, iWARP is the best candidate.-->
73+
74+
> [!NOTE]
75+
> If you need to connect to your device from an outside network, see [Enable device access from outside network](azure-stack-edge-gpu-manage-access-power-connectivity-mode.md#enable-device-access-from-outside-network) for additional network settings.
76+
7377
Once the device network is configured, the page updates as shown below.
7478

7579
![Local web UI "Network settings" page 2](./media/azure-stack-edge-pro-r-deploy-configure-network-compute-web-proxy/network-2a.png)<!--change-->
7680

7781

7882
>[!NOTE]
79-
>
80-
> * We recommend that you do not switch the local IP address of the network interface from static to DCHP, unless you have another IP address to connect to the device. If using one network interface and you switch to DHCP, there would be no way to determine the DHCP address. If you want to change to a DHCP address, wait until after the device has activated with the service, and then change. You can then view the IPs of all the adapters in the **Device properties** in the Azure portal for your service.
81-
83+
> We recommend that you do not switch the local IP address of the network interface from static to DCHP, unless you have another IP address to connect to the device. If using one network interface and you switch to DHCP, there would be no way to determine the DHCP address. If you want to change to a DHCP address, wait until after the device has activated with the service, and then change. You can then view the IPs of all the adapters in the **Device properties** in the Azure portal for your service.
8284
8385
After you have configured and applied the network settings, select **Next: Compute** to configure compute network.
8486

0 commit comments

Comments
 (0)