Skip to content

Commit ef48f1a

Browse files
authored
Update howto-nexus-instance-deployment-template.md
Acrolinx
1 parent ea5860c commit ef48f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-nexus-instance-deployment-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
299299
az rest --subscription <CUSTOMER_SUB_ID> -m put --url /subscriptions/<CUSTOMER_SUB_ID>/resourceGroups/<NF_RG>/providers/Microsoft.ManagedNetworkFabric/accessControlLists/<NNI_1_INGRESS_ACL_1_NAME>?api-version=2023-06-15 --body @<NNI_1_INGRESS_ACL_1_NAME>.json
300300
az rest --subscription <CUSTOMER_SUB_ID> -m put --url /subscriptions/<CUSTOMER_SUB_ID>/resourceGroups/<NF_RG>/providers/Microsoft.ManagedNetworkFabric/accessControlLists/<NNI_1_EGRESS_ACL_1_NAME>?api-version=2023-06-15 --body @<NNI_1_EGRESS_ACL_1_NAME>.json
301301
```
302-
See [how to create ACL for NNI](howto-create-access-control-list-for-network-to-network-interconnects.md), for more information on creating ACLs.
302+
For more information on creating ACLs, see [how to create ACL for NNI](howto-create-access-control-list-for-network-to-network-interconnects.md).
303303

304304
7. Create Network-to-Network Interface (NNI) resource with Azure CLI:
305305
```

0 commit comments

Comments
 (0)