deleteAKSCluster <- function(AKS, verbose = 1){
out <- capture.output(AKS$delete(confirm = FALSE, wait = FALSE))
verbosePrint(verbose>0, out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.