I have deployed a Load Balancer via an Azure Resource Manager Deployment Template. I have since used the Azure Management Portal to enable diagnostics (alert events and probe health status) on this load balancer to a storage account also defined in my deployment template.
https://azure.microsoft.com/en-us/documentation/articles/load-balancer-monitor-log/
How can I specify this load balancer diagnostics configuration up-front in my template? Or via the API?
I have drilled through https://resources.azure.com/ but I cannot find anything representing the diagnostics configuration of the load balancer.