Skip to content

Commit

Permalink
Merge pull request #2441 from OmerArvivv/patch-1
Browse files Browse the repository at this point in the history
Update lightingest.md
  • Loading branch information
Court72 authored Nov 18, 2024
2 parents cdd5cd3 + 2b220fc commit dc0cea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-explorer/lightingest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. | |
Expand Down

0 comments on commit dc0cea4

Please sign in to comment.