Skip to content

Commit b81f27f

Browse files
Merge pull request #209877 from sreekzz/patch-100
updated the query with space after name
2 parents 5bf7321 + 164a3bb commit b81f27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/hdinsight-plan-virtual-network-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to plan an Azure Virtual Network deployment to connect HD
44
ms.service: hdinsight
55
ms.topic: conceptual
66
ms.custom: hdinsightactive,seoapr2020
7-
ms.date: 04/01/2022
7+
ms.date: 09/01/2022
88
---
99

1010
# Plan a virtual network for Azure HDInsight
@@ -184,7 +184,7 @@ To connect to Apache Ambari and other web pages through the virtual network, use
184184
```
185185
186186
```azurecli
187-
az network nic list --resource-group RESOURCEGROUP --output table --query "[?contains(name,'node')].{NICname:name,InternalIP:ipConfigurations[0].privateIpAddress,InternalFQDN:dnsSettings.internalFqdn}"
187+
az network nic list --resource-group RESOURCEGROUP --output table --query "[?contains(name, 'node')].{NICname:name,InternalIP:ipConfigurations[0].privateIpAddress,InternalFQDN:dnsSettings.internalFqdn}"
188188
```
189189
190190
In the list of nodes returned, find the FQDN for the head nodes and use the FQDNs to connect to Ambari and other web services. For example, use `http://<headnode-fqdn>:8080` to access Ambari.

0 commit comments

Comments
 (0)