Skip to content

Commit 5c3434b

Browse files
Various markups identified in review.
1 parent 79d624c commit 5c3434b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to Configure Network Access Control Lists (ACLs) for SSH Access on Management VPN
2+
title: "Azure Operator Nexus: How to Configure Network Access Control Lists (ACLs) for SSH Access on Management VPN."
33
description: Instructions on setting up network access control lists (ACLs) to control SSH access on a management VPN.
44
ms.service: azure-operator-nexus
55
ms.custom: template-how-to
@@ -17,9 +17,9 @@ Ingress and Egress ACLs are created prior to the creation of NNI resources and a
1717

1818
## Steps to Create an ACL on an NNI:
1919

20-
1. **Create NNI Ingress and Egress ACLs**
21-
2. **Update ARM Resource Reference in Management NNI**
22-
3. **Create NNI and Provision Network Fabric**
20+
1. Create NNI Ingress and Egress ACLs
21+
2. Update ARM Resource Reference in Management NNI
22+
3. Create NNI and Provision Network Fabric
2323

2424
## Parameter Usage Guidance:
2525

@@ -43,7 +43,8 @@ Ingress and Egress ACLs are created prior to the creation of NNI resources and a
4343
| actions | Action to be taken based on match condition. | Example: permit |
4444
| configuration-type | Configuration type can be inline or by using a file. However, AON supports only inline today. | Example: inline |
4545

46-
**Note:**
46+
47+
There are some further restrictions that you should be aware of:
4748

4849
- **Inline ports and inline VLANs** are a static way of defining the ports or VLANs using `azcli`.
4950
- **PortGroupNames and VLANGroupNames** are dynamic ways of defining ports and VLANs.
@@ -205,10 +206,10 @@ This command creates an Egress ACL with the specified configurations and outputs
205206

206207
This step enables the creation of ACLs (ingress and egress if reference is provided) during the creation of the NNI resource. Post creation of NNI and before fabric provisioning, re-put can be done on NNI.
207208

208-
- `ingressAclId`: Reference id for ingress ACL
209-
- `egressAclId`: Reference id for egress ACL
209+
- `ingressAclId`: Reference ID for ingress ACL
210+
- `egressAclId`: Reference ID for egress ACL
210211

211-
To get ARM resource id, navigate to the resource group of the subscription used.
212+
To get ARM resource ID, navigate to the resource group of the subscription used.
212213

213214
```bash
214215
az networkfabric nni create

0 commit comments

Comments
 (0)