You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. ||
57
58
| ingestion_endpoint |_Required_ - The cluster's ingestion endpoint, usually in the form `https://ingest-cluster_name.region.kusto.windows.net|
58
59
| database_name |_Required_ - The database name. ||
0 commit comments