You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Restore soft-deleted blobs when versioning is enabled
117
117
118
-
To restore a soft-deleted blob when versioning is enabled, copy a previous version over the base blob with a[Copy Blob](/rest/api/storageservices/copy-blob) or [Copy Blob From URL](/rest/api/storageservices/copy-blob-from-url) operation.
118
+
To restore a soft-deleted blob when versioning is enabled, copy a previous version over the base blob by using the[Copy Blob](/rest/api/storageservices/copy-blob) or [Copy Blob From URL](/rest/api/storageservices/copy-blob-from-url) operation.
119
119
120
120
##### [.NET v12 SDK](#tab/dotnet)
121
121
@@ -143,7 +143,7 @@ When blobs or directories are soft-deleted, they are invisible in the Azure port
143
143
> 
144
144
145
145
> [!NOTE]
146
-
> If you rename a directory that contains soft deleted items (subdirectories and blobs), those soft deleted items become disconnected from the directory, so they won't appear in the Azure portal when you toggle the **Show deleted blobs** setting. If you want to view them in the Azure portal, you'll have to revert the name of the directory back to it's original name or create a separate directory that uses the original directory name.
146
+
> If you rename a directory that contains soft deleted items (subdirectories and blobs), those soft deleted items become disconnected from the directory, so they won't appear in the Azure portal when you toggle the **Show deleted blobs** setting. If you want to view them in the Azure portal, you'll have to revert the name of the directory back to its original name or create a separate directory that uses the original directory name.
147
147
148
148
Next, select the deleted directory or blob from the list display its properties. Under the **Overview** tab, notice that the status is set to **Deleted**. The portal also displays the number of days until the blob is permanently deleted.
149
149
@@ -181,7 +181,7 @@ To restore a soft-deleted blob or directory in the Azure portal, first display t
181
181
$deletedItems | Restore-AzDataLakeGen2DeletedItem
182
182
```
183
183
184
-
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to it's original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
184
+
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to its original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
185
185
186
186
### Restore soft deleted blobs and directories by using Azure CLI
187
187
@@ -204,7 +204,7 @@ To restore a soft-deleted blob or directory in the Azure portal, first display t
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to it's original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
207
+
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to its original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
208
208
209
209
### Restore soft deleted blobs and directories by using .NET
210
210
@@ -272,7 +272,7 @@ To restore a soft-deleted blob or directory in the Azure portal, first display t
272
272
273
273
```
274
274
275
-
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to it's original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
275
+
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to its original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
276
276
277
277
### Restore soft deleted blobs and directories by using Java
278
278
@@ -323,7 +323,7 @@ To restore a soft-deleted blob or directory in the Azure portal, first display t
323
323
324
324
```
325
325
326
-
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to it's original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
326
+
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to its original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
327
327
328
328
### Restore soft deleted blobs and directories by using Python
329
329
@@ -370,7 +370,7 @@ To restore a soft-deleted blob or directory in the Azure portal, first display t
370
370
371
371
```
372
372
373
-
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to it's original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
373
+
If you rename the directory that contains the soft deleted items, those items become disconnected from the directory. If you want to restore those items, you'll have to revert the name of the directory back to its original name or create a separate directory that uses the original directory name. Otherwise, you'll receive an error when you attempt to restore those soft deleted items.
0 commit comments