Skip to content

Commit 511adce

Browse files
authored
Merge pull request #100694 from timbuchinger/main
Correct parameter name
2 parents 6e645bd + 01ca66f commit 511adce

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)