Hi,
I have created an Azure template for creating HDInsight cluster.
I would like to be able to set an option to delete the cluster after a period of inactivity. Ideally, I could set up this parameter during the creation and after (let's say) an hour of inactivity the cluster would be automatically deleted to save on costs.
Other acceptable solutions would be to have an email sent to the user who created the account that the cluster has been inactive (or running for a predefined period of time) reminding them to delete it.
I know that Azure Data Factory can create a cluster and set the time for it to be active, but I'd like to utilize the template I already created and I'd like to retain the full control of the cluster once created (access to Jupyter, Ambari, etc.)
Thanks