Hello @DineshKumar,
Please change the url as below: Reason: Syntax has changed in recent azcopy versions. SOURCE parameter is not longer used, ACCESS KEYS are not longer used for authentication. You need to use SAS (Shared Access Signatures)
azcopy cp "C:\myfolder*" "https://YOURSTORAGEACCOUNT.blob.core.windows.net/photos/?sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2019-06-07T13:30:00Z&st=2019-06-07T04:30:00Z&spr=https,http&sig=u5bUaEKOXJHqSbWVK16SiOgcI2SVg8mLAr2ujKWe%2F%2FI%3D" --recursive=true
Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion
Regards,
Manu