Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you are looking for a solution to "disable" a backend pool member.
Currently, we do not have a feature that would do this implicitly.
As stated by Sedat SALMAN , you can consider Connection draining and run the powershell command Set-AzApplicationGatewayBackendAddressPool
- First, get the BackendAddressPool via Get-AzApplicationGatewayBackendAddressPool
- Update this to remove the node that has a planned maintenance
- And then Set-ting the backendPool.
I suggested you may request this feature in the forum : Azure Feedback hub.
You informed us you have created one and we can archive this thread.
Thanks,
Kapil
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.