DEV Community

Discussion on: Unbearably slow API gateway calls between Azure App Services

 
vantubbe profile image
Mike Van Tubbergen

I tried removing the route table from the Subnet the App Service was running on, but still encountered the same issue. Was there another change needing to be made, perhaps on the VNET/subnet itself, or the way the company created it internally?

Thread Thread
 
buinauskas profile image
Evaldas Buinauskas

To be honest we went with a totally different approach.

The only solution I was told was not to check these outgoing addresses at the company level, which we obviously didn't do.

The service we called was internal and we implemented event driven architecture to not rely on it and to be more fault tolerant.