Azure / aztfexport

A tool to bring existing Azure resources under Terraform's management
https://azure.github.io/aztfexport/
Mozilla Public License 2.0
1.59k stars 184 forks source link

Load Balancing Rules and Probes #523

Closed mjamaah closed 5 months ago

mjamaah commented 5 months ago

Dears,

I am trying to export the hcl code for a Load Balancer and its rules and Probes, the command Executed successfully but it did export only the load balancer, backend pool, and the network interface backend address pool association. without any health probe or Balancing rule.

is this a normal behavior or I am missing something?