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/concepts/sdn-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Before you deploy Azure Local and enable SDN, we recommend that you review the f
61
61
62
62
### Group all traffic on single network intent
63
63
64
-
- Use the *Group all traffic* host networking pattern in single or multi node configuration. For more information about this pattern, see [Group all traffic on a single intent][Configure Network ATC on Azure Local](../upgrade/install-enable-network-atc.md#example-intent-group-all-traffic-on-a-single-intent).
64
+
- Use the *Group all traffic* host networking pattern in single or multi node configuration. For more information about this pattern, see [Group all traffic on a single intent](../upgrade/install-enable-network-atc.md#example-intent-group-all-traffic-on-a-single-intent).
65
65
66
66
- Use this pattern only with switched storage network connectivity.
67
67
@@ -73,7 +73,7 @@ Before you deploy Azure Local and enable SDN, we recommend that you review the f
73
73
74
74
### Group management and compute traffic in one intent with a separate storage intent
75
75
76
-
- Use the *Group management and compute traffic* host networking pattern in single or multi node configuration. For more information about this pattern, see [Group management and compute traffic in one intent with a separate storage intent][Configure Network ATC on Azure Local](../upgrade/install-enable-network-atc.md#example-intent-group-management-and-compute-in-one-intent-with-a-separate-intent-for-storage).
76
+
- Use the *Group management and compute traffic* host networking pattern in single or multi node configuration. For more information about this pattern, see [Group management and compute traffic in one intent with a separate storage intent](../upgrade/install-enable-network-atc.md#example-intent-group-management-and-compute-in-one-intent-with-a-separate-intent-for-storage).
77
77
78
78
- Use this pattern with switched or switchless storage network connectivity for up to 4-node Azure Local deployments. Use only storage switched connectivity for deployments with 5 or more nodes.
79
79
@@ -85,7 +85,7 @@ Before you deploy Azure Local and enable SDN, we recommend that you review the f
85
85
86
86
### Custom configuration for disaggregated host networking
87
87
88
-
- Use the *Custom configuration* host networking pattern in single or multi node configuration. For more information about this pattern, see [Custom configuration - Disaggregated host networking][Configure Network ATC on Azure Local](../upgrade/install-enable-network-atc.md#example-intent-fully-disaggregated-host-networking).
88
+
- Use the *Custom configuration* host networking pattern in single or multi node configuration. For more information about this pattern, see [Custom configuration - Disaggregated host networking](../upgrade/install-enable-network-atc.md#example-intent-fully-disaggregated-host-networking).
89
89
90
90
:::image type="content" source="./media/sdn-overview/pattern-custom-configuration-disaggregated-networking.png" alt-text="Screenshot of custom configuration for fully disaggregated networking." lightbox="./media/sdn-overview/pattern-custom-configuration-disaggregated-networking.png":::
Copy file name to clipboardExpand all lines: azure-local/deploy/enable-sdn-integration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Enable Software-Defined Networking (SDN) on Azure Local using an Action Plan (Preview)
3
-
description: Describes how to enable SDN using an action on Azure Local (Preview).
2
+
title: Enable Software-Defined Networking (SDN) on Azure Local using a PowerShell Action Plan (Preview)
3
+
description: Describes how to enable SDN integration using a PowerShell action plan on Azure Local (Preview).
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.reviewer: alkohli
@@ -12,7 +12,7 @@ ms.date: 06/17/2025
12
12
13
13
::: moniker range=">=azloc-2506"
14
14
15
-
This article describes how to enable and integrate software defined networking (SDN) on your existing Azure Local instance. You use an action plan via a PowerShell cmdlet to enable SDN.
15
+
This article describes how to enable and integrate software defined networking (SDN) on your existing Azure Local instance. You use a PowerShell action plan to enable SDN.
@@ -93,7 +93,7 @@ Consider this information before you enable SDN:
93
93
94
94
- You have access to an Azure subscription with the Azure Stack HCI Administrator role-based access control (RBAC) role. This role grants full access to your Azure Local instance and its resources.
95
95
96
-
An Azure Stack HCI administrator can register the Azure Local instance and assign Azure Stack HCI VM contributor and Azure Stack HCI VM reader roles to other users. For more information, see [Assign Azure Local RBAC roles][Use Role-based Access Control to manage Azure Local VMs enabled by Azure Arc](../manage/assign-vm-rbac-roles.md#about-built-in-rbac-roles).
96
+
An Azure Stack HCI administrator can register the Azure Local instance and assign Azure Stack HCI VM contributor and Azure Stack HCI VM reader roles to other users. For more information, see [Use Role-based Access Control to manage Azure Local VMs enabled by Azure Arc](../manage/assign-vm-rbac-roles.md#about-built-in-rbac-roles).
97
97
98
98
99
99
@@ -142,7 +142,7 @@ The SDN enablement cmdlet uses the following parameters:
142
142
|**SDNPrefix** | This parameter is used for Network Controller REST URL to differentiate network controllers across Azure Local instances. For example, `<SDNPrefix>` makes `https://<SDNPrefix>-NC.domainname/` as the `NC` REST URL for the Azure Local instance. <br><br> Make sure that the SDN prefix meets the requirements included in [Choose an SDN prefix](#choose-an-sdn-prefix). |
143
143
144
144
145
-
## Run the action plan
145
+
## Run the cmdlet to enable SDN
146
146
147
147
> [!IMPORTANT]
148
148
> Make sure to plan for a maintenance window if you're running on a production environment.
@@ -159,7 +159,7 @@ Follow these steps to enable SDN on your Azure Local instance:
159
159
Add-EceFeature -Name NC -SDNPrefix <SDNPrefix>
160
160
```
161
161
162
-
Confirm when prompted to proceed with the action plan.
162
+
Confirm when prompted to proceed.
163
163
164
164
> [!TIP]
165
165
> To skip the confirmation prompt, use the `-AcknowledgeMaintenanceWindow` parameter.
0 commit comments