How to pass SqlServerResource host and port to projects and containers #5974
Replies: 1 comment
-
Sorry! Wrong repo! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
How to do this transparently?
It works if it's a connection string.
Beta Was this translation helpful? Give feedback.
All reactions