-
Hello! Right now I have a Spring Boot webapp that I am able to deploy onto Azure with NubesGen. However, I am using Keycloak for identity and access management in my app, and I've been having some trouble deploying that (mostly due to issues with app service networking on Azure). Hence, I was wondering - is it possible to deploy Keycloak along with my application via NubesGen? Or, more generically - how can I deploy two or more networked apps together by somehow modifying the terraform files created by NubesGen? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ML72 - this greatly depends on your choices: I'm guessing you are with Azure App Service, and that you are using a VNet to connect the 2 applications? |
Beta Was this translation helpful? Give feedback.
Hi @ML72 - this greatly depends on your choices: I'm guessing you are with Azure App Service, and that you are using a VNet to connect the 2 applications?
Our goal is to deploy any kind of application, and not a specific one like KeyCloak, so there wouldn't be any specific Keycloak settings in NubesGen, but that should be doable.