Skip to content

Commit e6b4a75

Browse files
authored
Merge pull request #105062 from normesta/normesta-reg-updates-4
A suggestion from the product team
2 parents 60fe6fc + 0265f0c commit e6b4a75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/storage/common/storage-use-azcopy-configure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ The logs will contain the status of failure (`UPLOADFAILED`, `COPYFAILED`, and `
117117

118118
By default, the log and plan files are located in the `%USERPROFILE%\.azcopy` directory on Windows or `$HOME$\.azcopy` directory on Mac and Linux, but you can change that location if you want.
119119

120+
The relevant error isn't necessarily the first error that appears in the file. For errors such as network errors, timeouts and Server Busy errors, AzCopy will retry up to 20 times and usually the retry process succeeds. The first error that you see might be something harmless that was successfully retried. So instead of looking at the first error in the file, look for the errors that are near `UPLOADFAILED`, `COPYFAILED`, or `DOWNLOADFAILED`.
121+
120122
> [!IMPORTANT]
121123
> When submitting a request to Microsoft Support (or troubleshooting the issue involving any third party), share the redacted version of the command you want to execute. This ensures the SAS isn't accidentally shared with anybody. You can find the redacted version at the start of the log file.
122124

0 commit comments

Comments
 (0)