Skip to content

Commit 7a3da79

Browse files
committed
Updated
1 parent 8904797 commit 7a3da79

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

azure-local/concepts/sdn-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Before you deploy Azure Local and enable SDN, we recommend that you review the f
6161

6262
### Group all traffic on single network intent
6363

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).
6565

6666
- Use this pattern only with switched storage network connectivity.
6767

@@ -73,7 +73,7 @@ Before you deploy Azure Local and enable SDN, we recommend that you review the f
7373

7474
### Group management and compute traffic in one intent with a separate storage intent
7575

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).
7777

7878
- 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.
7979

@@ -85,7 +85,7 @@ Before you deploy Azure Local and enable SDN, we recommend that you review the f
8585

8686
### Custom configuration for disaggregated host networking
8787

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).
8989

9090
:::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":::
9191

azure-local/deploy/enable-sdn-integration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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).
44
author: alkohli
55
ms.author: alkohli
66
ms.reviewer: alkohli
@@ -12,7 +12,7 @@ ms.date: 06/17/2025
1212

1313
::: moniker range=">=azloc-2506"
1414

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.
1616

1717
[!INCLUDE [important](../includes/hci-preview.md)]
1818

@@ -93,7 +93,7 @@ Consider this information before you enable SDN:
9393
9494
- 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.
9595
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).
9797
9898
9999
@@ -142,7 +142,7 @@ The SDN enablement cmdlet uses the following parameters:
142142
|**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). |
143143
144144
145-
## Run the action plan
145+
## Run the cmdlet to enable SDN
146146
147147
> [!IMPORTANT]
148148
> 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:
159159
Add-EceFeature -Name NC -SDNPrefix <SDNPrefix>
160160
```
161161
162-
Confirm when prompted to proceed with the action plan.
162+
Confirm when prompted to proceed.
163163
164164
> [!TIP]
165165
> To skip the confirmation prompt, use the `-AcknowledgeMaintenanceWindow` parameter.

0 commit comments

Comments
 (0)