Skip to content

Commit 9d79a63

Browse files
authored
Update howto-delete-access-control-list-network-to-network-interconnect.md
fixed indents
1 parent 55602f3 commit 9d79a63

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

articles/operator-nexus/howto-delete-access-control-list-network-to-network-interconnect.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,47 @@ This document outlines the process of deleting Access Control Lists (ACLs) assoc
1919

2020
1. **Set subscription (if necessary):**
2121

22-
If you have multiple subscriptions and need to set one as the default, you can do so with:
22+
If you have multiple subscriptions and need to set one as the default, you can do so with:
2323

24-
```Azure CLI
25-
az account set --subscription <subscription-id>
26-
```
24+
```Azure CLI
25+
az account set --subscription <subscription-id>
26+
```
2727

2828
2. **Delete ACLs associated with NNI:**
2929

30-
To delete ACLs applied on NNI or External Network resources, pass a null value to `--ingress-acl-id` and `--egress-acl-id`.
30+
To delete ACLs applied on NNI or External Network resources, pass a null value to `--ingress-acl-id` and `--egress-acl-id`.
3131

32-
```Azure CLI
33-
az networkfabric nni update --resource-group "<resource-group-name>" --resource-name "<nni-name>" --fabric "<fabric-name>" --ingress-acl-id null --egress-acl-id null
34-
```
32+
```Azure CLI
33+
az networkfabric nni update --resource-group "<resource-group-name>" --resource-name "<nni-name>" --fabric "<fabric-name>" --ingress-acl-id null --egress-acl-id null
34+
```
3535

36-
| Parameter | Description |
37-
|----------------------|--------------------------------------------------------------------------------------------------|
38-
| `--resource-group` | Name of the resource group containing the network fabric instance. |
39-
| `--resource-name` | Name of the network fabric NNI (Network-to-Network Interface) to be updated. |
40-
| `--fabric` | Name of the fabric where the NNI is provisioned. |
41-
| `--ingress-acl-id` | Resource ID of the ingress access control list (ACL) for inbound traffic (null for no specific ACL). |
42-
| `--egress-acl-id` | Resource ID of the egress access control list (ACL) for outbound traffic (null for no specific ACL). |
36+
| Parameter | Description |
37+
|----------------------|--------------------------------------------------------------------------------------------------|
38+
| `--resource-group` | Name of the resource group containing the network fabric instance. |
39+
| `--resource-name` | Name of the network fabric NNI (Network-to-Network Interface) to be updated. |
40+
| `--fabric` | Name of the fabric where the NNI is provisioned. |
41+
| `--ingress-acl-id` | Resource ID of the ingress access control list (ACL) for inbound traffic (null for no specific ACL). |
42+
| `--egress-acl-id` | Resource ID of the egress access control list (ACL) for outbound traffic (null for no specific ACL). |
4343

44-
> [!NOTE]
45-
> Based on requirements, either the Ingress, Egress, or both can be updated.
44+
> [!NOTE]
45+
> Based on requirements, either the Ingress, Egress, or both can be updated.
4646
4747
3. **Fabric commit configuration changes:**
4848

49-
Execute `fabric commit-configuration` to commit the configuration changes.
49+
Execute `fabric commit-configuration` to commit the configuration changes.
5050

51-
```Azure CLI
52-
az networkfabric fabric commit-configuration --resource-group "<resource-group>" --resource-name "<fabric-name>"
53-
```
51+
```Azure CLI
52+
az networkfabric fabric commit-configuration --resource-group "<resource-group>" --resource-name "<fabric-name>"
53+
```
5454

55-
| Parameter | Description |
56-
|------------------|--------------------------------------------------------------|
57-
| `--resource-group` | The name of the resource group containing the Nexus Network Fabric. |
58-
| `--resource-name` | The name of the Nexus Network Fabric to which the configuration changes will be committed. |
55+
| Parameter | Description |
56+
|------------------|--------------------------------------------------------------|
57+
| `--resource-group` | The name of the resource group containing the Nexus Network Fabric. |
58+
| `--resource-name` | The name of the Nexus Network Fabric to which the configuration changes will be committed. |
5959

6060
4. **Verify changes:**
6161

62-
Verify the changes using the `resource list` command.
62+
Verify the changes using the `resource list` command.
6363

6464
### Deleting ACL associations from NNI
6565

0 commit comments

Comments
 (0)