we are having a domain in AWS, which is currently mapping to loadbalancer of AWS itself but we want to map it to load balancer of Azure

25 views Asked by At
1

There are 1 answers

0
Jack Jia On

Referring to Amazon documentation: Choosing Between Alias and Non-Alias Records

You cannot use Azure Public IP DNS name as an alias here. It seems that only Amazon resources could be used as they can be recognized by Amazon platform.

Normally, you just need to directly use the IPv4 address of Azure load balancer. If the public IP is not static, you may try to create a CNAME record to its DNS name.