You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mbrat2005, sorry. The error is misleading. Azure Files does not yet support using Identity or other forms of oAuth yet. Use a SAS token on both source and destination.
It would be great if the error were more clear, but even better if AzCopy supported identity based file sync--especially with more customers moving to further secure their Storage Account by disabling key-based auth.
Which version of the AzCopy was used?
10.18.1
Which platform are you using? (ex: Windows, Mac, Linux)
Windows and Linux
What command did you run?
azcopy sync https://filesyncfunction01.file.core.windows.net/sourceshare/ https://filesyncfunction03.file.core.windows.net/destshare/ --preserve-smb-info --preserve-smb-permissions --recursive
What problem was encountered?
Difficult error message:
error parsing the input given by the user. Failed with error service level URLs () are not supported in sync:
--> https://github.com/Azure/azure-storage-azcopy/blob/main/cmd/pathUtils.go#L260
How can we reproduce the problem in the simplest way?
Have you found a mitigation/solution?
Continue using SAS tokens.
The text was updated successfully, but these errors were encountered: