when I run
az storage share create \
--account-name masked123s \
--account-key <Removed key for security reasons> \
--name data \
--quota 1024 \
--output none
Error :Client-Request-ID=8a6fc0d8-8540-11eb-97bf-acd98232323 Retry policy did not allow for a retry: , HTTP status code=Unknown, Exception=HTTPSConnectionPool(host='masked123s.file.core.windows.net', port=443): Max retries exceeded with url: /data?restype=share (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])"))).
HTTPSConnectionPool(host='masked123s.file.core.windows.net', port=443): Max retries exceeded with url: /data?restype=share (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
