Skip to content

Commit 0849c64

Browse files
Stg Exp: add troubleshooting steps for os credential store azcopy issue message
1 parent 276a452 commit 0849c64

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/storage/common/storage-explorer-troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,17 @@ If you can't retrieve your subscriptions after you successfully sign in, try the
237237
- Try removing and re-adding the account.
238238
- If there's a "More information" or "Error details" link, check which error messages are being reported for the tenants that are failing. If you aren't sure how to respond to the error messages, [open an issue in GitHub](https://github.com/Microsoft/AzureStorageExplorer/issues).
239239

240+
## Problem interacting with your OS credential store during an AzCopy transfer
241+
242+
If you see this message on Windows, most likely the Windows Credential Manager is full. To make room in the Windows Credential Manager
243+
244+
1. Close Storage Explorer
245+
1. On the **Start** menu, search for **Credential Manager** and open it.
246+
1. Go to **Windows Credentials**.
247+
1. Under **Generic Credentials**, look for entries associated with programs you no longer use and delete them. You can also look for entries like `azcopy/aadtoken/<some number>` and delete those.
248+
249+
If the message continues to appear after completing the above steps, or if you encounter this message on platforms other than Windows, then please [open an issue on GitHub](https://github.com/Microsoft/AzureStorageExplorer/issues).
250+
240251
## Can't remove an attached storage account or resource
241252

242253
If you can't remove an attached account or storage resource through the UI, you can manually delete all attached resources by deleting the following folders:

0 commit comments

Comments
 (0)