Skip to content

Commit 2d3f198

Browse files
committed
tweak text
1 parent ebc2c99 commit 2d3f198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dns/dnssec-unsign.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ To unsign a zone using the Azure portal:
4242

4343
![Screenshot of the disable DNSSEC pane.](./media/dnssec-how-to/disable-pane.png)
4444

45-
6. The domain is now successfully unsigned.
45+
6. The zone is now unsigned.
4646

4747
## [Azure CLI](#tab/sign-cli)
4848

4949
Unsign a DNSSEC-signed zone using the Azure CLI:
5050

51-
1. To unsign a signed zone, issue the following commands. Replace the values for resource group and zone name with your resource group and zone name.
51+
1. To unsign a signed zone, issue the following commands. Replace the values for subscription ID, resource group, and zone name with your values.
5252

5353
```azurepowershell-interactive
5454
# Ensure you are logged in to your Azure account
@@ -68,7 +68,7 @@ az network dns dnssec-config show --resource-group "your-resource-group" --zone-
6868

6969
## [PowerShell](#tab/sign-powershell)
7070

71-
1. Unsign and a zone and view the zone status using PowerShell:
71+
1. Use the following commands to remove DNSSEC signing from your zone and view the zone status using PowerShell. Replace the values for subscription ID, resource group, and zone name with your values.
7272

7373
```PowerShell
7474
# Connect to your Azure account (if not already connected)

0 commit comments

Comments
 (0)