Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jan_l
Regular Visitor

Modify callout policy of KQL database

Hi everyone,
I tried to reproduce the following example in a KQL queryset: series_fbprophet_forecast_fl() - Azure Data Explorer & Real-Time Analytics | Microsoft Learn

However, when calling the UDF, I obtain the following error message:

Cannot invoke callout of type 'sandbox_artifacts' to 'https://artifactswestus.blob.core.windows.net/public/prophet-1.1.5.zip' due to callout policy.


When I try to modify the callout policy as desbribed here 

.alter cluster policy callout command - Azure Data Explorer & Real-Time Analytics | Microsoft Learn, I receive the following error message:

"Principal 'aaduser=***' is not authorized to perform operation 'ClusterCalloutPolicyAlterCommand' on 'https://****.kusto.fabric.microsoft.com:443/'."


What permissions in Fabric do I need to change the callout policy of the KQL Database? I only found help for Data Explorer Clusters, but not for Fabric KQL databases. I am admin of the workspace containing the database.

 

The same problem occurs, when I want to install additional Python libraries on the cluster.


Thanks in advance!

2 REPLIES 2
v-yifanw-msft
Community Support
Community Support

Hi @jan_l ,

Based on the error message you encountered, it appears that you do not have the necessary permissions to change the cluster labelling policy. You can follow the steps below to troubleshoot the problem:

1. Ensure that your user account has the Structure Administrator role, which grants you the permissions required to change the cluster policy. 

2. Use the command correctly when modifying the labelling policy.

 

 .alter cluster policy callout ​

 

3. For more detailed information about the permissions required to change security policies, see the following documentation:
Row-level security in Fabric data warehousing - Microsoft Fabric | Microsoft Learn

 

Best Regards,

Ada Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi @v-yifanw-msft,
thank you for your reply!
Sorry that I have to ask again, but I was not able to find any information about the Structure Administrator Role, or which role ist necessary, to modify KQL Cluster policies. Could you pleaso provide me a link, or some information, where this role can be assigned?

Best regards,
Jan

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors