.alter-merge callout policy

Enables or disables a cluster's callout policy. Azure Data Explorer clusters can communicate with external services in many different scenarios. Cluster admins can manage the authorized domains for external calls, by updating the cluster's callout policy.

Syntax

.alter-merge cluster policy callout SerializedArrayOfPolicyObjects

Arguments

SerializedArrayOfPolicyObjects - A serialized array with one or more JSON policy objects.

Examples

.alter-merge cluster policy callout @'[{"CalloutType": "sql","CalloutUriRegex": "sqlname\\.database\\.azure\\.com/?$","CanCall": true}]'