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

Add app_command_line to java based app services #197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christian-calabrese
Copy link
Contributor

List of changes

Add app_command_line to java based app services

Motivation and context

Java based app services needs the application startup command to be set by the user to launch the jar file.

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Other information

@christian-calabrese christian-calabrese requested review from a team as code owners December 19, 2024 14:05
Copy link

changeset-bot bot commented Dec 19, 2024

🦋 Changeset detected

Latest commit: 45adaae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
azure_app_service_exposed Patch
azure_app_service Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -9,6 +9,10 @@ locals {
zone_balancing_enabled = local.tier != "s" && local.tier != "xs"
is_slot_enabled = local.tier == "s" || local.tier == "xs" ? 0 : 1
always_on = local.tier == "xs" ? false : true
command_line = {
node = null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: is there a way to owerwrite this for the module user?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in this PR, but I think @christian-calabrese could bring the changes of the #188 (still to resolve)

Copy link
Contributor Author

@christian-calabrese christian-calabrese Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can surely do it, I'll integrate it in this PR as soon as we find the correct solution

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

Successfully merging this pull request may close these issues.

4 participants