You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received email from Azure saying certificate is changing. We are using yuniql for deployment in pipeline. So is follwing yuniql command will make sure that certificate is updated as per Microsoft docs (so that agent will be fine for communication)
steps:
- task: UseYuniqlCLI@1 #https://yuniql.io/
inputs:
version: 'latest'
Received email from Azure saying certificate is changing. We are using yuniql for deployment in pipeline. So is follwing yuniql command will make sure that certificate is updated as per Microsoft docs (so that agent will be fine for communication)
steps:
- task: UseYuniqlCLI@1 #https://yuniql.io/
inputs:
version: 'latest'
Refer this document
https://learn.microsoft.com/en-us/azure/postgresql/single-server/concepts-certificate-rotation#do-i-need-to-make-any-changes-on-my-client-to-maintain-connectivity
I think as per your guideline connectionstring expects Ssl Mode=VerifyFull .
Let me know action I should take from myside to make sure it will not fail.
The text was updated successfully, but these errors were encountered: