diff --git a/pipeline/outputs/azure_kusto.md b/pipeline/outputs/azure_kusto.md index 00e3a7b9a..c10fa14cc 100644 --- a/pipeline/outputs/azure_kusto.md +++ b/pipeline/outputs/azure_kusto.md @@ -60,6 +60,10 @@ By default, Kusto will insert incoming ingestion data into a table by inferring | `unify_tag` | Optional. This creates a single buffer file when the buffering mode is `On`. | `On` | | `client_id` | Required if `managed_identity_client_id` isn't set. The client ID of the AAD registered application. | _none_ | | `client_secret` | Set the client secret (Application Password) of the AAD application used for authentication. | _none_ | +| `cloud_name` | Set the Azure cloud environment. Supported values: `AzureCloud` (default), `AzureChinaCloud`, `AzureUSGovernmentCloud`. For private clouds, set `cloud_login_host`, `cloud_kusto_scope`, and `cloud_kusto_resource` instead. | `AzureCloud` | +| `cloud_login_host` | Custom OAuth login host for private/sovereign clouds (for example, `login.microsoftonline.eaglex.ic.gov`). When set, `cloud_kusto_scope` and `cloud_kusto_resource` must also be provided. | _none_ | +| `cloud_kusto_scope` | Custom Kusto OAuth scope for private/sovereign clouds (for example, `https://help.kusto.core.eaglex.ic.gov/.default`). When set, `cloud_login_host` and `cloud_kusto_resource` must also be provided. | _none_ | +| `cloud_kusto_resource` | Custom Kusto IMDS resource URL for private/sovereign clouds (for example, `https://api.kusto.core.eaglex.ic.gov/`). When set, `cloud_login_host` and `cloud_kusto_scope` must also be provided. | _none_ | | `compression_enabled` | If enabled, sends compressed HTTP payload (gzip) to Kusto. | `true` | | `database_name` | The database name. | _none_ | | `delete_on_max_upload_error` | When buffering is `true`, whether to delete the buffer file on maximum upload errors. | `false` |