Azure: unable to delete a load balancer because some associated resources belongs to another subscriptions
I'm asking for help on a forum because I'm stuck with this problem:
I want to delete a resource group that is no longer being used.
Apparently, it looks like someone once attempted a Kubernetes installation (AKS), and there are remnants of that installation in this resource group.
The problem is that when I try to delete the "Kubernetes" Load Balancer, I have to delete its associated resources.
And in that resource chain, there's one that doesn't come from my Azure account, but from another Azure account.
The resource in question is a VMSS:
/subscriptions/xxxx/resourceGroups/yyyyy/providers/Microsoft.Compute/virtualMachineScaleSets/aks-systempool-20030299-vmss
Note that the subscription ID: xxxx
is not my Azure account subscription.
I have no access to this other subscription. What can I do ?