Skip to content

Commit ba4f166

Browse files
committed
Use more readable
1 parent 86a8bf5 commit ba4f166

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

support/azure/azure-storage/blobs/alerts/storage-explorer-troubleshooting.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,11 @@ If the message continues to appear after completing the above steps, or if you e
289289

290290
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:
291291

292-
- Windows: `%AppData%/StorageExplorer`
293-
- macOS: `~/Library/Application Support/StorageExplorer`
294-
- Linux: `~/.config/StorageExplorer`
292+
Platform | Folder path
293+
---------|------------
294+
Windows | `%AppData%/StorageExplorer`
295+
macOS | `~/Library/Application Support/StorageExplorer`
296+
Linux | `~/.config/StorageExplorer`
295297

296298
Close Storage Explorer before you delete these folders.
297299

@@ -629,9 +631,11 @@ Logs are split into folders for each session of Storage Explorer that you run. F
629631

630632
For issues related to sign-in or Storage Explorer's authentication library, you most likely need to gather authentication logs. Authentication logs are stored at:
631633

632-
- Windows: *%LOCALAPPDATA%\Temp\servicehub\logs*
633-
- macOS: *~/.ServiceHub/logs*
634-
- Linux: *~/.ServiceHub/logs*
634+
Platform | Folder path
635+
---------|------------
636+
Windows | `%LOCALAPPDATA%\Temp\servicehub\logs`
637+
macOS | `~/.ServiceHub/logs`
638+
Linux | `~/.ServiceHub/logs`
635639

636640
Generally, you can follow these steps to gather the logs:
637641

@@ -652,9 +656,12 @@ AzCopy logs can be found easily via two different methods:
652656

653657
- For failed transfers still in the Activity Log, select **Go to AzCopy Log File**.
654658
- For transfers that failed in the past, go to the AzCopy logs folder. This folder can be found at:
655-
- Windows: `C:\Users\\<your username\>\\.azcopy`
656-
- macOS: `~/.azcopy`
657-
- Linux: `~/.azcopy`
659+
660+
Platform | Folder path
661+
---------|------------
662+
Windows | `C:\Users\<your username>\.azcopy`
663+
macOS | `~/.azcopy`
664+
Linux | `~/.azcopy`
658665

659666
### Network logs
660667

@@ -734,7 +741,7 @@ docker context ls
734741
To change your active context, use:
735742

736743
```bash
737-
docker context use <context_name>
744+
docker context use <context name>
738745
```
739746

740747
> [!NOTE]

0 commit comments

Comments
 (0)