SSL for model endpoints in Azure machine learning studio
I have a multidomain SSL for my dev, uat and prod environment. I have a pre-existing azure kubernetes service and was trying to install azure ml extension on it using UI. Now a endpoint is already deployed using SDKv1 and I am trying to migrate from v1 to v2. So when add azureml extension to my AKS how do i ensure that the domain name used for endpoints on that cluster stays intact as i have 3 domain names associated to SSL certificate.
dev-abc.com
uat-abc.com
abc.com
these 3 corresponds to different IP address i.e IPs of my AKS load balancer. But on installing azureml extension how do i make sure that in dev aks cluster endpoints are deployed with dev-abc.com uri