OS: windows 10 
azure-cli                         2.39.0
core                              2.39.0
telemetry                          1.0.6 *
Extensions:
azure-cli-ml                      1.41.0
Dependencies:
msal                            1.18.0b1
azure-mgmt-resource             21.1.0b1
I am using AZ ML datastore upload to upload data to blob storage, but getting
az ml datastore upload -w workspace -n workspaceblobstore  -u datafile -p data
Error
HTTPSConnectionPool(.... (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
I have already explored following , but none of them solve for CLI commands
certificate verify failed: unable to get local issuer certificate
Unable to get local issuer certificate when using requests in python
certificate verify failed: unable to get local issuer certificate python requests
