Skip to content

Commit ed5f614

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#323213
Updated line no: 211 From: privateIpAddress To: privateIPAddress
1 parent a186e65 commit ed5f614

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)