Cloud Controller Manager

I am trying to set up kubernetes cluster with Azure VMs (1 master and 3 nodes) and Azure External load balancer. (Not AKS)
I had spun up VMs and had setup cluster (using kubeadm) and created LB in Azure asynchronously.
Now, my requirement is i have to map this LB to cluster. While researching for the options to do it, i had come across cloud controller manager, which needs to be configured incase of using the external cloud provider.
I could not find anything related to this in kodekloud courses. Can anyone please shed some light on this considering my requirement ?
Note: I had followed few blogs and kubernetes official document page, but im unable to configure cloud controller manager.

Hello @ranjinimanoharan,

Kindly check the following links, may help you out.