Skip to content

Commit a478e0a

Browse files
committed
Acrolinx fixes
1 parent d1405dc commit a478e0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/data-explorer/vnet-deploy-troubleshoot.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Troubleshooting while deploy Azure Data Explorer cluster into your Virtual Network
3-
description: Troubleshoot connectivity, operational and cluster creation issues when deploying cluster into your virtual network
2+
title: Troubleshoot access, ingestion, and cluster operation in your virtual network
3+
description: Troubleshoot connectivity, ingestion, cluster creation, and operation in your virtual network
44
author: basaba
55
ms.author: basaba
66
ms.reviewer: orspodek
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.date: 03/24/2020
1010
---
1111

12-
# Troubleshoot connectivity, operational and cluster creation when deploying a cluster into your virtual network
12+
# Troubleshoot access, ingestion, and cluster operation in your virtual network
1313

1414
In this section you learn how to troubleshoot connectivity, operational, and cluster creation issues for a cluster that is deployed into your [Virtual Network](/azure/virtual-network/virtual-networks-overview).
1515

@@ -59,7 +59,7 @@ If the test isn't successful, proceed with the following steps. If the test is s
5959
6060
### Check route table
6161
62-
If the cluster's subnet has force-tunneling setup to firewall (subnet with a [route table](/azure/virtual-network/virtual-networks-udr-overview) that contains the default route '0.0.0.0/0'), make sure that the machine IP address has a route with [next hop type](/azure/virtual-network/virtual-networks-udr-overview) to VirtualNetwork/Internet. This is required to prevent asymmetric route issues.
62+
If the cluster's subnet has force-tunneling setup to firewall (subnet with a [route table](/azure/virtual-network/virtual-networks-udr-overview) that contains the default route '0.0.0.0/0'), make sure that the machine IP address has a route with [next hop type](/azure/virtual-network/virtual-networks-udr-overview) to VirtualNetwork/Internet. This route is required to prevent asymmetric route issues.
6363
6464
## Ingestion issues
6565
@@ -141,15 +141,15 @@ The [ARMClient](https://chocolatey.org/packages/ARMClient) is used to call the R
141141
}
142142
```
143143
144-
If the *Findings* property shows an empty result, it means that all network tests passed and no connections are broken. If it shows an error as follows: *Outbound dependency '{dependencyName}:{port}' might be not satisfied (Outbound)*, the cluster can't reach the dependent service endpoints. Proceed with the following steps to troubleshoot.
144+
If the *Findings* property shows an empty result, it means that all network tests passed and no connections are broken. If the following error is shown, *Outbound dependency '{dependencyName}:{port}' might be not satisfied (Outbound)*, the cluster can't reach the dependent service endpoints. Proceed with the following steps.
145145
146146
### Check Network Security Group (NSG)
147147
148148
Make sure that the [Network Security Group](/azure/virtual-network/security-overview) is configured properly per the instructions in [Dependencies for VNet deployment](/azure/data-explorer/vnet-deployment#dependencies-for-vnet-deployment)
149149
150150
### Check route table
151151
152-
If the cluster's subnet has force-tunneling set up to firewall (subnet with a [route table](/azure/virtual-network/virtual-networks-udr-overview) that contains the default route '0.0.0.0/0') make sure that the [management IP addresses](vnet-deployment.md#azure-data-explorer-management-ip-addresses)) and [health monitoring IP addresses](vnet-deployment.md#health-monitoring-addresses) have a route with [next hop type](/azure/virtual-network/virtual-networks-udr-overview##next-hop-types-across-azure-tools) *Internet*, and [source address prefix](/azure/virtual-network/virtual-networks-udr-overview#how-azure-selects-a-route) to *'management-ip/32'* and *'health-monitoring-ip/32'*. This is required to prevent asymmetric route issues.
152+
If the cluster's subnet has force-tunneling set up to firewall (subnet with a [route table](/azure/virtual-network/virtual-networks-udr-overview) that contains the default route '0.0.0.0/0') make sure that the [management IP addresses](vnet-deployment.md#azure-data-explorer-management-ip-addresses)) and [health monitoring IP addresses](vnet-deployment.md#health-monitoring-addresses) have a route with [next hop type](/azure/virtual-network/virtual-networks-udr-overview##next-hop-types-across-azure-tools) *Internet*, and [source address prefix](/azure/virtual-network/virtual-networks-udr-overview#how-azure-selects-a-route) to *'management-ip/32'* and *'health-monitoring-ip/32'*. This route required to prevent asymmetric route issues.
153153
154154
### Check firewall rules
155155

0 commit comments

Comments
 (0)