I am using AZcopy v7 for Table storage backup and is showing me following error while trying to connect with my azure storage account :
"[ERROR] Failed to export Azure table. Detailed error: Failed to download entities from table. The remote server returned an error: (400) Bad Request.
The TLS version of the connection is not permitted on this storage account."
TLS version enabled in my Storage account is TLS1.2.
How can I enable AZcopy v7 to use TLS v1.2 for making connections?