Hello Shazad Mohammed
Based on the Azure documentation, specifically this part:
You can identify whether your connections verify the root certificate by reviewing your connection string:
If your connection string includes sslmode=verify-ca
or sslmode=verify-identity
, you need to update the trusted root certificates. You must deploy three root CA certificates to the client certificate store:
- DigiCert Global Root G2 and Microsoft RSA Root CA 2017 root CA certificates, because services are migrating from Digicert to Microsoft CA.
- Digicert Global Root CA, for legacy compatibility to avoid losing connections.
- If your connection string includes
sslmode=disable
,sslmode=allow
,sslmode=prefer
, orsslmode=require
, you don't need to update the trusted root certificates. - If your connection string doesn't specify
sslmode
, you don't need to update certificates.