Skip to content

Commit 75ecd99

Browse files
committed
Updated file, added TOC entry
1 parent 8023561 commit 75ecd99

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

articles/storage/files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
href: storage-troubleshooting-files-performance.md
170170
- name: Troubleshoot Azure File Sync
171171
href: storage-sync-files-troubleshoot.md
172+
- name: Troubleshoot Deleting Azure Files
173+
href: storage-troubleshoot-cannot-delete-files-azure-file-share.md
172174
- name: Reference
173175
items:
174176
- name: Azure PowerShell

articles/storage/files/storage-troubleshoot-cannot-delete-files-azure-file-share.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure File ShareFailed to Delete Files from Azure File Share
2+
title: Azure file sharefailed to delete files from Azure file share
33
description: Identify and troubleshoot the failure to delete files from Azure File Share.
44
author: v-miegge
55
ms.topic: troubleshooting
@@ -9,7 +9,7 @@ ms.service: storage
99
ms.subservice: common
1010
---
1111

12-
# Azure File ShareFailed to Delete Files from Azure File Share
12+
# Azure file sharefailed to delete files from Azure file share
1313

1414
The failure to delete files from Azure File Share can have several symptoms:
1515

@@ -44,13 +44,13 @@ Reduce the number of concurrent open handles by closing some handles.
4444
# Connect-AzAccount
4545
```
4646

47-
### Select the subscription of the target Storage Account:
47+
### Select the subscription of the target storage account:
4848

4949
```
5050
# Select-AzSubscription -subscriptionid "SubscriptionID"
5151
```
5252

53-
### Create context for the target Storage Account:
53+
### Create context for the target storage account:
5454

5555
```
5656
$Context = New-AzStorageContext -StorageAccountName "StorageAccountName" -StorageAccountKey "StorageAccessKey"
@@ -80,3 +80,8 @@ To close an open handle, use the following command:
8080
# Close-AzStorageFileHandle -Context $Context -ShareName "FileShareName" -Path 'New folder/test.zip' -CloseAll
8181
```
8282

83+
## Next steps
84+
85+
* [Troubleshoot Azure Files in Windows](storage-troubleshoot-windows-file-connection-problems.md)
86+
* [Troubleshoot Azure Files in Linux](storage-troubleshoot-linux-file-connection-problems.md)
87+
* [Troubleshoot Azure File Sync](storage-sync-files-troubleshoot.md)

0 commit comments

Comments
 (0)