Skip to content

Commit

Permalink
Update azure-private-link.adoc (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanc authored Dec 6, 2024
1 parent 4cd0c60 commit f3b56cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/networking/pages/azure-private-link.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ az network private-endpoint create \
--location $REGION \
--connection-name <private-link-service-name> \
--name redpanda-$CLUSTER_ID \
--manual-request no \
--manual-request yes \
--private-connection-resource-id $PRIVATE_SERVICE_ID \
--resource-group <azure-pl-endpoint-resource-group-name> \
--subnet <subnet-name> \
Expand Down

0 comments on commit f3b56cb

Please sign in to comment.