@@ -17,29 +17,17 @@ This document outlines the process of deleting Access Control Lists (ACLs) assoc
17
17
18
18
## Prerequisites
19
19
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 )]
23
21
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):**
35
23
36
24
If you have multiple subscriptions and need to set one as the default, you can do so with:
37
25
38
26
``` Azure CLI
39
27
az account set --subscription <subscription-id>
40
28
```
41
29
42
- 5 . ** Delete ACLs associated with NNI:**
30
+ 2 . ** Delete ACLs associated with NNI:**
43
31
44
32
To delete ACLs applied on NNI or External Network resources, pass a null value to ` --ingress-acl-id ` and ` --egress-acl-id ` .
45
33
@@ -58,7 +46,7 @@ Before proceeding, ensure you have the following prerequisites:
58
46
> [ !NOTE]
59
47
> Based on requirements, either the Ingress, Egress, or both can be updated.
60
48
61
- 6 . ** Fabric commit configuration changes:**
49
+ 3 . ** Fabric commit configuration changes:**
62
50
63
51
Execute ` fabric commit-configuration ` to commit the configuration changes.
64
52
@@ -71,7 +59,7 @@ Before proceeding, ensure you have the following prerequisites:
71
59
| ` --resource-group ` | The name of the resource group containing the Nexus Network Fabric. |
72
60
| ` --resource-name ` | The name of the Nexus Network Fabric to which the configuration changes will be committed. |
73
61
74
- 7 . ** Verify changes:**
62
+ 4 . ** Verify changes:**
75
63
76
64
Verify the changes using the ` resource list ` command.
77
65
0 commit comments