Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
622 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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:
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