How to pass SqlServerResource host and port to projects and containers #6653
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 2 replies
-
See the discussion here #2111 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to pass the host and port from a
SqlServerResource
to resources that reference it.If the resource is a container, I need the values from the container network, while if it's a project resource, it needs the host host and port.
As an example, how to build a JDBC connection string?
How to do this transparently?
It works if it's a connection string.
Beta Was this translation helpful? Give feedback.
All reactions