Is it possible to use Azure Container Apps Spring Admin Java component in a private network?

365 Louis Savoldy 20 Reputation points
2025-03-06T01:25:37.0966667+00:00

I'd like to use the Apps Spring Admin Java component in my Container App Environment (CAE), but the generated Spring Admin URL appears to be a public URL. Our CAE is private (i.e., not publicly accessible). Is there a way to access the Spring Admin dashboard from within a private network?

Note: I tried mapping the CAE's private IP to the provided Spring Admin URL, but that resulted in an "Internal Server Error."

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
575 questions
{count} votes

Accepted answer
  1. Arko 410 Reputation points Microsoft External Staff
    2025-03-14T09:10:14.06+00:00

    Hello Louis, as I mentioned in comment it is directly not possible to access the Admin for Spring dashboard in a private Azure Container Apps Environment (CAE) since by default, it is publicly accessible.

    Currently, Microsoft's managed Admin for Spring service does not have support for private endpoints, so the dashboard is accessible only via public URL.

    As a workaround, you can deploy your own instance of Spring Boot Admin within your private network. That way, you have better control over security and access, ensuring the admin interface complies with your organization's privacy policies.

    Kindly refer to the official documentation​ Azure-Container-apps-Java-admin for further details.


0 additional answers

Sort by: Most helpful

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.