I want to create a file share in azure storage account using command line .
i am using the command az storage share create --name myfile --account-name $NAME --account-key $key
. but it is showing an error.
I also tried azcopy make "url for file share?accountkey" but it is also not working .i am using azcopy version 7.3
this is the error which i am getting.
The command failed with an unexpected error. Here is the traceback:
HTTPSConnectionPool(host='redboxtfstatebedtqgliqc.file.core.windows.net', port=443): Max retries exceeded with url: /myfile?restype=share (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))