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.