azure connection string to identify #3245
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
roeap
Sep 22, 2022
Replies: 2 comments
-
that is correct - connection string parsing requires quite a bit of logic, and we do not use the official SDKs to avoid dependency bloat. If you do have the connection string, extracting valid credentials should be straight forward. assuming the credentials encoded is supported... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ion-elgreco
-
ok, thanks a lot ! |
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
that is correct - connection string parsing requires quite a bit of logic, and we do not use the official SDKs to avoid dependency bloat. If you do have the connection string, extracting valid credentials should be straight forward. assuming the credentials encoded is supported...