Skip to content

Commit 82ee178

Browse files
committed
edit pass: howto-configure-acls-for-ssh-management-on-access-vpn
1 parent 1779fe5 commit 82ee178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/howto-configure-acls-for-ssh-management-on-access-vpn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These are the high-level steps for creating an ACL on an NNI:
2323

2424
| Parameter | Description | Example or range |
2525
|----------------------|--------------------------------------------------------------|--------------------------------|
26-
| `defaultAction` | Default action to be taken. If it's not defined, traffic is permitted. | `"defaultAction": "Permit"` |
26+
| `defaultAction` | Default action to be taken. If you don't define it, traffic is permitted. | `"defaultAction": "Permit"` |
2727
| `resource-group` | Resource group of the network fabric. | `nfresourcegroup` |
2828
| `resource-name` | Name of the ACL. | `example-ingressACL` |
2929
| `vlanGroups` | List of virtual local area network (VLAN) groups. | |
@@ -242,7 +242,7 @@ Use the following information to create ingress and egress ACLs for the isolatio
242242

243243
### Create an egress ACL for the ISD external network
244244

245-
To create an egress ACL for the specified ISD external network with the provided configuration, use the following command. Adjust the parameters as required for your use case.
245+
To create an egress ACL for the specified ISD external network with the provided configuration, use the following command. Adjust the parameters as needed for your use case.
246246

247247
```bash
248248
az networkfabric acl create
@@ -323,7 +323,7 @@ Upon successful execution, the command returns information about the created ACL
323323

324324
### Create an ingress ACL for the ISD external network
325325

326-
To create an ingress ACL for the specified ISD external network with the provided configuration, use the following command. Adjust the parameters as required for your use case.
326+
To create an ingress ACL for the specified ISD external network with the provided configuration, use the following command. Adjust the parameters as needed for your use case.
327327

328328
```bash
329329
az networkfabric acl create

0 commit comments

Comments
 (0)