Skip to content

Commit dc0cea4

Browse files
authored
Merge pull request #2441 from OmerArvivv/patch-1
Update lightingest.md
2 parents cdd5cd3 + 2b220fc commit dc0cea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-explorer/lightingest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ To run LightIngest:
5959
| -table | `string` | The target Azure Data Explorer table name. | :heavy_check_mark: |
6060
| -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: |
6161
| -managedIdentity, -mi | `string` | Client ID of the managed identity (user-assigned or system-assigned) to use for connecting. Use "system" for system-assigned identity. | |
62+
| -azCli | `bool` | If set, uses the Azure CLI to authenticate to the Kusto service. The Azure CLI must be installed and logged in. | |
6263
| -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. | |
6364
| -connectToStorageWithManagedIdentity, -storageMi | `string` | Client ID of the managed identity (user-assigned or system-assigned) installed on the client side to list from storage. | |
6465
| -connectToStorageWithUserAuth, -storageUserAuth | `string` | Authenticate to the data source storage service with user credentials. The options for this value are `PROMPT` or `DEVICE_CODE`. | |

0 commit comments

Comments
 (0)