Networking inside internal vnets: how to call app2 from app1 if app2 has ingress set to internal only?

Rafael Lopez 0 Reputation points
2024-10-18T11:52:35.8+00:00

Hello!

I have several container apps running in the same container app environment and connected with the same vnet.

Assume app1 is the frontend, has external ingress enabled and needs to call app2.

Apps2 is th backend, has external ingrss disabled.

My approach to test the networking: connect to app1 via the console, add curl and curl app2.

I have tried:

  • calling the FQDN
  • calling the app name (https://
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
433 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rafael Lopez 0 Reputation points
    2024-10-18T12:27:24.26+00:00

    Found one problem:

    Linking app1 to a static web app has created auth on the app2 container app.

    Unlinking did not delete this auth, hence all ingress was disabled.

    Guess this is a bug...

    Since then calling the app name works

    0 comments No comments

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.