diff --git a/data-explorer/lightingest.md b/data-explorer/lightingest.md index d7e3c25021..49acebd291 100644 --- a/data-explorer/lightingest.md +++ b/data-explorer/lightingest.md @@ -59,6 +59,7 @@ To run LightIngest: | -table | `string` | The target Azure Data Explorer table name. | :heavy_check_mark: | | -sourcePath, -source | `string` | The location of the source data, which can be either a local file path, the root URI of an Azure blob container, or the URI of an Amazon S3 bucket. If the data is stored in Azure blobs, the URI must include the storage account key or Shared Access Signature (SAS). If the data is in an S3 bucket, the URI must include the credential key. We recommend enclosing this value in double quotes. For more information, see [Storage connection strings](/kusto/api/connection-strings/storage-connection-strings?view=azure-data-explorer&preserve-view=true). Pass *-sourcePath:;impersonate* to list Azure storage items with user permissions (user prompt authorization). | :heavy_check_mark: | | -managedIdentity, -mi | `string` | Client ID of the managed identity (user-assigned or system-assigned) to use for connecting. Use "system" for system-assigned identity. | | +| -azCli | `bool` | If set, uses the Azure CLI to authenticate to the Kusto service. The Azure CLI must be installed and logged in. | | | -ingestWithManagedIdentity, -ingestmi | `string` | Client ID of the managed identity (user-assigned or system-assigned) installed on the Kusto service to download from storage. Use "system" for system-assigned identity. | | | -connectToStorageWithManagedIdentity, -storageMi | `string` | Client ID of the managed identity (user-assigned or system-assigned) installed on the client side to list from storage. | | | -connectToStorageWithUserAuth, -storageUserAuth | `string` | Authenticate to the data source storage service with user credentials. The options for this value are `PROMPT` or `DEVICE_CODE`. | |