Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline Deployment with Azure Container Apps + GitHub Actions #4621

Open
ezYakaEagle442 opened this issue Dec 6, 2022 · 1 comment
Open

Comments

@ezYakaEagle442
Copy link

JHipster Lite deploys to App Service only when deploying on Azure.
it would be great to support other Azure PaaS such as Azure Container Apps (ACA), AKS, Azure Spring Apps (ASA).

@jdubois

see jhipster/jhipster-online#372

@jdubois
Copy link
Member

jdubois commented Dec 7, 2022

I would like to continue doing this through nubesgen.com as it's easier to split concerns: there's one app to generate code (and there are others in other languages for example), and another one to deploy to a specific cloud.

To be more specific about those options:

  • Azure Container Apps will be supported as soon as they release the Terraform provider for it (see Support for new Resource - Azure Container Apps hashicorp/terraform-provider-azurerm#14122 )
  • AKS won't be done soon as it's more complex, but we are in advanced talks with the AKS team on this (let me do this on the Microsoft side, as I have insider information, obviously)
  • Azure Spring Apps should already work, but it's not perfect. We're going to improve its support for JHipster "classic", and that should easily work for JHipster Lite too as it's very similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@jdubois @pascalgrimaud @ezYakaEagle442 @DamnClin and others