Export the list of health probes

Baba, Mohammed Omin 21 Reputation points
2021-12-03T15:51:41.323+00:00

I am looking for a powershell command or any other alternative which could help me export the list of health probe configured at the public load balancer.

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

Accepted answer
  1. SaiKishor-MSFT 17,221 Reputation points
    2021-12-03T20:45:14.883+00:00

    @Baba, Mohammed Omin Thank you for reaching out to Microsoft Q&A.

    I understand that you want to export the list of Health Probes of a Load Balancer.

    Here is how to get the same using Az CLI:

    az network lb probe list --lb-name
    --resource-group
    [--query-examples]
    [--subscription]

    Example command: az network lb probe list -g MyResourceGroup --lb-name MyLb -o table

    Hope this helps. Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.


0 additional answers

Sort by: Most helpful