You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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"`|
27
27
|`resource-group`| Resource group of the network fabric. |`nfresourcegroup`|
28
28
|`resource-name`| Name of the ACL. |`example-ingressACL`|
29
29
|`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
242
242
243
243
### Create an egress ACL for the ISD external network
244
244
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.
246
246
247
247
```bash
248
248
az networkfabric acl create
@@ -323,7 +323,7 @@ Upon successful execution, the command returns information about the created ACL
323
323
324
324
### Create an ingress ACL for the ISD external network
325
325
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.
0 commit comments