Skip to content

Commit 74c96fa

Browse files
committed
back out a couple to make 15
1 parent 4f61553 commit 74c96fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/dns/dns-import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ As with the zone import, you first need to sign in, choose your subscription, an
168168

169169
To export the existing Azure DNS zone **contoso.com** in resource group **myresourcegroup** to the file **contoso.com.txt** (in the current folder), run `azure network dns zone export`. This command calls the Azure DNS service to enumerate record sets in the zone and export the results to a BIND-compatible zone file.
170170

171-
```azurecli
171+
```
172172
az network dns zone export -g myresourcegroup -n contoso.com -f contoso.com.txt
173173
```
174174

articles/dns/dns-protect-zones-recordsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ New-AzResourceLock -LockLevel $lvl -LockName $lnm -ResourceName $rsc -ResourceTy
213213

214214
The equivalent command is also [available via the Azure CLI](https://docs.microsoft.com/cli/azure/lock?view=azure-cli-latest#az-lock-create):
215215

216-
```azurecli
216+
```azurecli-interactive
217217
# Lock a DNS zone
218218
219219
az lock create \

0 commit comments

Comments
 (0)