Skip to content

Commit 04dc838

Browse files
Merge pull request #3 from tanmaya-panda1/copilot/add-azure-cloud-properties
Add Azure Kusto sovereign/private cloud configuration properties
2 parents 4a18664 + c0e61dd commit 04dc838

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pipeline/outputs/azure_kusto.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ By default, Kusto will insert incoming ingestion data into a table by inferring
6060
| `unify_tag` | Optional. This creates a single buffer file when the buffering mode is `On`. | `On` |
6161
| `client_id` | Required if `managed_identity_client_id` isn't set. The client ID of the AAD registered application. | _none_ |
6262
| `client_secret` | Set the client secret (Application Password) of the AAD application used for authentication. | _none_ |
63+
| `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` |
64+
| `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_ |
65+
| `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_ |
66+
| `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_ |
6367
| `compression_enabled` | If enabled, sends compressed HTTP payload (gzip) to Kusto. | `true` |
6468
| `database_name` | The database name. | _none_ |
6569
| `delete_on_max_upload_error` | When buffering is `true`, whether to delete the buffer file on maximum upload errors. | `false` |

0 commit comments

Comments
 (0)