Skip to content

Commit c3806c6

Browse files
Merge pull request #898 from TPavanBalaji/patch-3
(AzureCXP) fixes MicrosoftDocs/azure-docs#323213
2 parents 70fb408 + ed5f614 commit c3806c6

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
@@ -208,7 +208,7 @@ To find the internal IP addresses for the FQDNs in the VNet, use one of the foll
208208
1. To get the IP address and FQDN information for the workspace or hub workspace, use the following command. Replace `<resource-id>` with the ID from the previous step:
209209
210210
```azurecli
211-
az network nic show --ids <resource-id> --query 'ipConfigurations[*].{IPAddress: privateIpAddress, FQDNs: privateLinkConnectionProperties.fqdns}'
211+
az network nic show --ids <resource-id> --query 'ipConfigurations[*].{IPAddress: privateIPAddress, FQDNs: privateLinkConnectionProperties.fqdns}'
212212
```
213213
214214
The output will be similar to the following text:

0 commit comments

Comments
 (0)