Skip to content

Commit d19ea87

Browse files
committed
Update howto-delete-layer-3-isolation-domains.md
1 parent 96d3033 commit d19ea87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-delete-layer-3-isolation-domains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resourc
4444
4545
3. **Delete L3 isolation domains**
4646

47-
After disabling the L3 isolation domain and disassociating its associated resources, it can be safely deleted using the following command.
47+
After disabling the L3 isolation domain and disassociating its associated resources, you can safely delete it using the following command.
4848

4949
```Azure CLI
5050
az nf l3domain delete --resource-group "ResourceGroupName" --resource-name "example-l3domain"
@@ -59,4 +59,4 @@ This table outlines the parameters required for executing the `az nf l3domain de
5959

6060
3. Validation:
6161

62-
After executing the deletion command, use either of the provided commands to validate that the isolation domain has been successfully deleted.
62+
After executing the deletion command, use either the `show` or `list` commands to validate that the isolation domain has been successfully deleted.

0 commit comments

Comments
 (0)