You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Clean up environment after you validated your gMSA on AKS application
$RG_Name = Read-Host -Prompt "Please provide the Resource Group Name you want to delete"
Remove-AzResourceGroup -Name $RG_Name -Force
#There might be other resource groups created along with the resources above (Such as Network Watcher). Please double check your subscription for remaining resources.