Im trying to update an existing backend host of a AFD backend pool to have its status from Enabled
to Disabled
.
Is there a way to update existing backend host of Front Door backend pools?
currently, i can only see add
, list
and remove
in the following azure front door cli docs:
az network front-door backend-pool backend add
az network front-door backend-pool backend list
az network front-door backend-pool backend remove
Is there one for update
?
I've also looked into the Azure REST API docs and have not found an endpoint to update a backend host of AFD backend pools.