I want to setup an Azure API Management service in 1 active and 1 passive regions - Eg: Active : West & Passive : East. However both the regions should be in sync always though the secondary location will be disabled.
I have provisioned the Azure API Management service with Premium SKU and configured two regions
as per this article we can now use the disableGateway property to disable API traffic in regional API gateways.
I have used REST API and updated the disableGateway property
however still I could access the regional URL.
How do I set the disableGateway to disable the East regional API gateway?