How to create multiple backend pool

I have existing azure load balancer which is created by ansible code with one backendpool. This backendpool is pointed to the Azure VM. Now I want to add 1 more backendpool into existing load balancer and it will pointed to an IP address which is belong to the AKS load balancer (Traefik). How to do it?