Ipv6 LoadBalancer Azure

Venkatesha Bhat 41 Reputation points
2021-04-20T01:47:38.67+00:00

We are trying to have Multiple Azure Ipv6 frontend Ips on the LB. Document says you can add it but when we try to add, it allows to add only 1 IPv6 to front end IP. how can we add more than 1 ipv6 to the Front end?

Regards

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
450 questions
0 comments No comments
{count} votes

Accepted answer
  1. suvasara-MSFT 10,046 Reputation points
    2021-04-21T09:55:27.087+00:00

    @Venkatesha Bhat , There looks like a bug in the portal. I have tried this using CLI and was able to add multiple IPV6 addresses to the front end config of standard load balancer.

    89898-image.png

    Here is the script for quick reference,

    # Create IPv6 front-end  
    az network lb frontend-ip create \  
    --lb-name dsLB  \  
    --name dsLbFrontEnd_v6  \  
    --resource-group DsResourceGroup01  \  
    --public-ip-address dsPublicIP_v6  
    

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.