Skip to content

Commit 09dfd06

Browse files
authored
Update azure_kusto.md
Signed-off-by: Ravi Gupta <[email protected]>
1 parent 72f0f21 commit 09dfd06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pipeline/outputs/azure_kusto.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ By default, Kusto will insert incoming ingestions into a table by inferring the
5151

5252
| Key | Description | Default |
5353
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
54-
| tenant_id | _Required_ - The tenant/domain ID of the AAD registered application. | |
55-
| client_id | _Required_ - The client ID of the AAD registered application. | |
56-
| client_secret | _Required_ - The client secret of the AAD registered application ([App Secret](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#option-2-create-a-new-application-secret)). |
54+
| tenant_id | _Only one of AAD registered application or Managed Identity may be set_ - The tenant/domain ID of the AAD registered application. | |
55+
| client_id | _Only one of AAD registered application or Managed Identity may be set_ - The client ID of the AAD registered application. | |
56+
| client_secret | _Only one of AAD registered application or Managed Identity may be set_ - The client secret of the AAD registered application ([App Secret](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#option-2-create-a-new-application-secret)). |
57+
| managed_identity_client_id | _Only one of AAD registered application or Managed Identity may be set_ - The managed identity id to authenticate with. Set to "SYSTEM" for system-assigned managed identity. Set the MI client ID (GUID) for user-assigned managed identity. | |
5758
| ingestion_endpoint | _Required_ - The cluster's ingestion endpoint, usually in the form `https://ingest-cluster_name.region.kusto.windows.net |
5859
| database_name | _Required_ - The database name. | |
5960
| table_name | _Required_ - The table name. | |

0 commit comments

Comments
 (0)