What is velero? velero is a backup and restore tha allows you to Take backups of your cluster and restore in case of loss. Migrate cluster resources to other clusters. Replicate your production cluster to development and testing clusters. What we want to do? We are currently running velero. However we want to use Azure Managed Identity. Currently our setup is that we have 2 different resource groups 1 for the storage account 1 for aks (disk snaphost). Looking trough the documentation, it is n...