thinh-ngu
Results
1
comments of
thinh-ngu
I figured out that when using "set-session-context": true that you have to add Pooling=False at the end of your connection string. `DATABASE_CONNECTION_STRING='Server=****;Database=****;TrustServerCertificate=true;Pooling=False;` If there is an alternative solution to this...