Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
63 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've developed an Spring app on Azure and exposed some services.
Unfortunately the default timeout of the reverse proxy azure put in place is 15 seconds and I'm not able to change it.
There is something I can do apart from contacting MS support?
Thanks
Hi @PICCOLO MARCO (HERA) ,
Could you share some more info on how you have this setup and where you are running into the 15 second timer. There is a 300 timeout that currently can't be configured- that is being worked on, but not entirely sure where you are running into a 15 second timeout.
Hi @Samara Soucy - MSFT , I've got my app set-up as an Azure Spring Cloud application with microservices structure and one of the microservice also contains our Angular application.
When we make a call from Angular to the backend services, after 15s we receive a 504 Gateway Timeout response.
As we previously had some issues with the configuration, the microsoft support team has confirmed that the underlying structure of an Azure Spring Cloud app is served behind an NGINX reverse proxy autoconfigured by the system and we don't have visibility or access to it.
Hope that's sufficient.
Let me know if you need more info.
Thank you