Azure HDInsight Delete Cluster Task

Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory

The Azure HDInsight Delete Cluster Task enables an SSIS package to delete an Azure HDInsight cluster in the specified Azure subscription and resource group.

The Azure HDInsight Delete Cluster Task is a component of the SQL Server Integration Services (SSIS) Feature Pack for Azure.

Note

Deleting an HDInsight cluster may take 10~20 minutes.

To add an Azure HDInsight Delete Cluster Task, drag-drop it to the SSIS Designer, and double-click or right-click and click Edit to see the following Azure HDInsight Delete Cluster Task Editor dialog box.

The following table provides a description for the fields in the dialog box.

Field Description
AzureResourceManagerConnection Select an existing Azure Resource Manager Connection Manager or create a new one that will be used to delete the HDInsight cluster.
SubscriptionId Specify the ID of the subscription the HDInsight cluster is in.
ResourceGroup Specify the Azure resource group the HDInsight cluster is in.
ClusterName Specify the name of the cluster to be deleted.
FailIfNotExists Specify whether the task should fail if the cluster does not exist.