Unable to update Azure kusto callout policy

Shahnavaz Kazi 0 Reputation points Microsoft Employee
2024-07-11T19:42:26.6266667+00:00

I am trying to update Azure kusto's callout policy using below command:

.alter-merge cluster policy callout [{            
		"CalloutType": "external_data",        
		"CalloutUriRegex": "<
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
527 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,031 Reputation points Microsoft Employee
    2024-07-11T23:34:41.1766667+00:00

    Hello Shahnavaz Kazi

    It seems that the value for the CalloutUriRegex property is incomplete.

    Example:

    "CalloutUriRegex": "sqlname\\.database\\.azure\\.com/?$",

    In this command, replace sqlname\\.database\\.azure\\.com/?$ with the regular expression that matches the URIs for your external data sources.

    I hope this helps you resolve the issue with updating the callout policy for your Azure Kusto cluster.

    Reference document

    https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/alter-merge-callout-policy-command

    I hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.