Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data-explorer/database-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ Use the following settings:
* Scripts are only supported in Azure Data Explorer.
* Two scripts can't be added, modified, or removed in parallel on the same cluster. If this occurs, the following error: `Code="ServiceIsInMaintenance"` is raised. You can work around the issue by placing a dependency between the two scripts so that they're created or updated sequentially.
* To create functions with [cross-cluster queries](/kusto/query/cross-cluster-or-database-queries?view=azure-data-explorer&preserve-view=true) using scripts, you must set the `skipvalidation` property to `true` in the [.create function command](/kusto/management/create-function?view=azure-data-explorer&preserve-view=true).
* Cross cluster queries and callouts making use of impersonation aren't supported.

## Troubleshooting

Expand Down