Azure/AZ; Anyone have any experience removing a backend addresspool target /FQDN from a application gateway.
Adding one:
Add-AzApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "Test" -BackendFqdns "Computer1-nic" .
Based on docs there is no parameter to remove the FQDN/ target with Remove-AzApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "Test" .
I don't want to remove the whole backend pool, just a target on the backend pool. Looked at the set command with removing one of the fqdn from the list and setting it, no change.