From e9b970e9a42bc30a4d032e998b403a4968d58ed5 Mon Sep 17 00:00:00 2001 From: Craig Minihan Date: Fri, 18 Jun 2021 04:15:52 +0100 Subject: [PATCH] enable_floating_ip is for SQL AlwaysOn not SNAT (#560) update document --- plugins/modules/azure_rm_loadbalancer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/azure_rm_loadbalancer.py b/plugins/modules/azure_rm_loadbalancer.py index d9e74d0b7..f57019fcb 100644 --- a/plugins/modules/azure_rm_loadbalancer.py +++ b/plugins/modules/azure_rm_loadbalancer.py @@ -206,7 +206,7 @@ - This element is only used when the protocol is set to TCP. enable_floating_ip: description: - - Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule. + - Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. inbound_nat_rules: description: - Collection of inbound NAT Rules used by a load balancer.