Draft: Fetching correct AKS during Schema Data seeding
What is happening : The script responsible for schema data seeding unintentionally fetches the backup AKS cluster as it lists them from the resource group and uses the first value that is being returned.
What is the fix : A minor code change which ensures that the proper AKS cluster is being fetched to load the schemas in it.
Edited by Ritushi Shanker