Skip to content

Commit c98b442

Browse files
authored
Update and rename delete-access-control-list-network-to-network-interconnect.md to howto-delete-access-control-list-network-to-network-interconnect.md
removed absolute link
1 parent 8d5db45 commit c98b442

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

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

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,17 @@ This document outlines the process of deleting Access Control Lists (ACLs) assoc
1717

1818
## Prerequisites
1919

20-
Before proceeding, ensure you have the following prerequisites:
21-
- Azure CLI installed. If not, follow the instructions provided [here](https://docs.microsoft.com/cli/azure/install-azure-cli).
22-
- Access to an Azure account.
20+
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2321

24-
## Procedure
25-
26-
1. **Login to Azure:**
27-
28-
Use the following command to log in to your Azure account:
29-
30-
```Azure CLI
31-
az login
32-
```
33-
34-
3. **Set subscription (if necessary):**
22+
1. **Set subscription (if necessary):**
3523

3624
If you have multiple subscriptions and need to set one as the default, you can do so with:
3725

3826
```Azure CLI
3927
az account set --subscription <subscription-id>
4028
```
4129

42-
5. **Delete ACLs associated with NNI:**
30+
2. **Delete ACLs associated with NNI:**
4331

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

@@ -58,7 +46,7 @@ Before proceeding, ensure you have the following prerequisites:
5846
> [!NOTE]
5947
> Based on requirements, either the Ingress, Egress, or both can be updated.
6048
61-
6. **Fabric commit configuration changes:**
49+
3. **Fabric commit configuration changes:**
6250

6351
Execute `fabric commit-configuration` to commit the configuration changes.
6452

@@ -71,7 +59,7 @@ Before proceeding, ensure you have the following prerequisites:
7159
| `--resource-group` | The name of the resource group containing the Nexus Network Fabric. |
7260
| `--resource-name` | The name of the Nexus Network Fabric to which the configuration changes will be committed. |
7361

74-
7. **Verify changes:**
62+
4. **Verify changes:**
7563

7664
Verify the changes using the `resource list` command.
7765

0 commit comments

Comments
 (0)