How to route request (connect) a pubic app service to a private app service via application gateway in azure

Elvis Joseph 0 Reputation points
2024-07-30T13:48:42.3333333+00:00

I have a simple webapplication with an Angular frontend and Javascript backend component.

I deployed the backend as azure app services, made it private and used an application gateway to route requests to the backend API's. So whenever i access the application gateway public ip, i can reach the backend api's

What I am trying to achieve is :
I deployed my frontend (which is basically displaying a table with names and ages from backend APIs) also as a public app service. Now i want my frontend to access the backend app service via the application gateway so that the frontend UI displays the data (tables) from the backend.

How should can i achieve this??

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,076 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.