Skip to content

Commit be71ed3

Browse files
authored
fix add record error
Add single quote for --record-set-name parameter. Without that, it will get an error: *az: error: unrecognized arguments: demo*.
1 parent eeb3eed commit be71ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/ingress-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Add an *A* record to your DNS zone with the external IP address of the NGINX ser
8282
az network dns record-set a add-record \
8383
--resource-group myResourceGroup \
8484
--zone-name MY_CUSTOM_DOMAIN \
85-
--record-set-name * \
85+
--record-set-name '*' \
8686
--ipv4-address MY_EXTERNAL_IP
8787
```
8888

0 commit comments

Comments
 (0)