Skip to content

Commit

Permalink
Update azure-private-link.adoc (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanc authored Dec 9, 2024
1 parent efaca26 commit 9eea613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/networking/pages/azure-private-link.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ az network private-endpoint create \
--vnet-name <azure-pl-endpoint-vnet-name>
```

. Create a private DNS zone.
. Create a private DNS zone using the outputted DNS record above (`echo $DNS_RECORD`)
+
```
az network private-dns zone create \
--resource-group <azure-pl-endpoint-resource-group-name> \
--name "$CLUSTER_ID.byoc.prd.cloud.redpanda.com"
--name "$DNS_RECORD"
```

. Link the private DNS zone to the virtual network you created earlier, so virtual machines (VMs) and containers can resolve the Redpanda cluster domain.
Expand Down

0 comments on commit 9eea613

Please sign in to comment.