Skip to content

Commit a55c82b

Browse files
authored
Merge pull request #125462 from dcurwin/patch-53
containers instead of file shares
2 parents 33a1f03 + 15db384 commit a55c82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-azure-file-share-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ x-ms-routing-request-id : CENTRALUSEUAP:20200127T105304Z:d9bdb266-8349-4dbd-968
101101
Date : Mon, 27 Jan 2020 10:53:04 GMT
102102
```
103103

104-
### Get List of storage accounts that can be protected with Recovery Services vault
104+
### Get List of storage accounts with file shares that can be backed up with Recovery Services vault
105105

106-
To confirm that “caching” is done, list all protectable storage accounts under the subscription. Then locate the desired storage account in the response. This is done using the [GET ProtectableContainers](/rest/api/backup/protectablecontainers/list) operation.
106+
To confirm that “caching” is done, list all the storage accounts in the subscription with file shares that can be backed up with the Recovery Services vault. Then locate the desired storage account in the response. This is done using the [GET ProtectableContainers](/rest/api/backup/protectablecontainers/list) operation.
107107

108108
```http
109109
GET https://management.azure.com/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azurefiles/providers/Microsoft.RecoveryServices/vaults/azurefilesvault/backupFabrics/Azure/protectableContainers?api-version=2016-12-01&$filter=backupManagementType eq 'AzureStorage'

0 commit comments

Comments
 (0)