Skip to content

Commit 2d605b7

Browse files
Merge pull request #2787 from MicrosoftDocs/main638996221436882843sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 6372981 + 0a5c5f2 commit 2d605b7

File tree

1 file changed

+5
-4
lines changed
  • data-explorer/kusto/api/connection-strings

1 file changed

+5
-4
lines changed

data-explorer/kusto/api/connection-strings/kusto.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Kusto connection strings
33
description: This article describes Kusto connection strings.
4-
ms.reviewer: orspodek
4+
ms.reviewer: ygilad
55
ms.topic: reference
6-
ms.date: 03/30/2025
6+
ms.date: 11/23/2025
77
ms.custom: sfi-ropc-nochange
88
---
99
# Kusto connection strings
@@ -38,8 +38,7 @@ A connection with a Kusto endpoint can only be established if that endpoint is t
3838
The Kusto client trusts all endpoints whose host domain is issued by the service.
3939
For instance, endpoints whose DNS hostname ends with `kusto.windows.net`.
4040

41-
By default, the client doesn't establish connections to other endpoints. In order to allow connections
42-
to other endpoints, use the `Kusto.Data.Common.KustoTrustedEndpoints` class to add endpoints to the list of trusted endpoints. Use `SetOverridePolicy` to override the default policy, and `AddTrustedHosts` to add new entries to the existing policy.
41+
By default, the client doesn't establish connections to other endpoints. In order to allow connections to other endpoints, use the `Kusto.Data.Common.KustoTrustedEndpoints` class to add endpoints to the list of trusted endpoints. Use `SetOverridePolicy` to override the default policy, and `AddTrustedHosts` to add new entries to the existing policy.
4342

4443
```csharp
4544
KustoTrustedEndpoints.AddTrustedHosts(
@@ -53,6 +52,8 @@ KustoTrustedEndpoints.AddTrustedHosts(
5352
);
5453
```
5554

55+
For more information on how to bypass restricted networks, see [Manage client network restrictions](../get-started/app-client-network-restrictions.md).
56+
5657
## Connection string properties
5758

5859
The following tables list all the possible properties that can be included in a Kusto connection string and provide alias names for each property. Additionally, the tables note the programmatic name associated with each property, which represents the name of the property in the `Kusto.Data.KustoConnectionStringBuilder` object.

0 commit comments

Comments
 (0)