你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

.enable plugin command

Applies to: ✅ Azure Data Explorer

Enables a plugin.

Note

To enable the R or Python language extensions, see Enable language extensions on your cluster.

Permissions

You must have AllDatabasesAdmin permissions to run this command.

Syntax

.enable plugin PluginName

Learn more about syntax conventions.

Parameters

Name Type Required Description
PluginName string ✔️ The name of the plugin to enable.

Example

The following command enables the autocluster plugin on the cluster.

.enable plugin autocluster