-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add table azure_lb_probe. Closes #189 #238
Conversation
This reverts commit 6231ffb.
azure/table_azure_lb_probe.go
Outdated
|
||
func extractLoadBalancerNameFromProbeID(ctx context.Context, d *transform.TransformData) (interface{}, error) { | ||
data := d.HydrateItem.(network.Probe) | ||
vaultName := strings.Split(*data.ID, "/")[8] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vaultName := strings.Split(*data.ID, "/")[8] | |
load_balancer_name := strings.Split(*data.ID, "/")[8] |
docs/tables/azure_lb_probe.md
Outdated
@@ -0,0 +1,47 @@ | |||
# Table: azure_lb_probe | |||
|
|||
A health probe is used to determine the health status of the instances in the backend pool. It will determine if an instance is healthy and can receive traffic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A health probe is used to determine the health status of the instances in the backend pool. It will determine if an instance is healthy and can receive traffic. | |
When using load-balancing rules with Azure Load Balancer, you need to specify health probes to allow Load Balancer to detect the backend endpoint status. The configuration of the health probe and probe responses determine which backend pool instances will receive new flows. You can use health probes to detect the failure of an application on a backend endpoint. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Integration test logs
Logs
Example query results
Results