I have the below command to copy folders and its sub directories to blob storage. I am using the 10.3.4 version. azcopy copy \uncserver\source1\folder1\archive https://1234server.blob.core.windows.net/folder2/target/archive/ --recursive
Am getting the below error while executing the above command. I know, am executing without SAS token. but it should regonize the OAuth token. I want to go with Oauth token. How do I proceed further.
Error: failed to perform copy command due to error: no sas token or OAuth token is present and the resource is not public.
Thanks.