Skip to content

Commit 9c419aa

Browse files
authored
Update the --endpoint-name parameter
1 parent 257b29f commit 9c419aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-custom-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To find the internal IP addresses for the FQDNs in the VNet, use one of the foll
171171
1. To get the ID of the private endpoint network interface, use the following command:
172172

173173
```azurecli
174-
az network private-endpoint show --endpoint-name <endpoint> --resource-group <resource-group> --query 'networkInterfaces[*].id' --output table
174+
az network private-endpoint show --name <endpoint> --resource-group <resource-group> --query 'networkInterfaces[*].id' --output table
175175
```
176176
177177
1. To get the IP address and FQDN information, use the following command. Replace `<resource-id>` with the ID from the previous step:

0 commit comments

Comments
 (0)