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
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Create Azure Backup policies for blobs using data protection REST API
3
3
description: In this article, you'll learn how to create and manage backup policies for blobs using REST API.
4
4
ms.topic: how-to
5
-
ms.date: 02/09/2025
5
+
ms.date: 02/23/2026
6
6
ms.assetid: 472d6a4f-7914-454b-b8e4-062e8b556de3
7
7
ms.service: azure-backup
8
8
ms.custom: engagement-fy23
@@ -24,7 +24,7 @@ This article describes how to create a policy for blobs in a storage account. Le
24
24
25
25
>[!NOTE]
26
26
>Restoring over long durations may lead to restore operations taking longer to complete. Further, the time that it takes to restore a set of data is based on the number of write and delete operations made during the restore period.
27
-
>For example, an account with one million objects with 3,000 objects added per day and 1,000 objects deleted per day will require approximately two hours to restore to a point 30 days in the past. A retention period and restoration more than 90 days in the past would not be recommended for an account with this rate of change.
27
+
>For example, an account with one million objects with 3,000 objects added per day and 1,000 objects deleted per day will require approximately two hours to restore to a point 30 days in the past. A retention period and restoration more than 90 days in the past won't be recommended for an account with this rate of change.
28
28
29
29
In this article, you'll learn about:
30
30
@@ -33,7 +33,7 @@ In this article, you'll learn about:
33
33
> - Create the request body
34
34
> - Responses
35
35
36
-
## Create a policy
36
+
## Create a policy for Azure Blob backup
37
37
38
38
To create an Azure Backup policy, use the following *PUT* operation:
39
39
@@ -46,7 +46,7 @@ The `{policyName}` and `{vaultName}` are provided in the URI. You can find addit
46
46
> [!IMPORTANT]
47
47
> Currently, we don't support updating or modifying an existing policy. So, you can create a new policy with the required details and assign it to the relevant backup instance.
48
48
49
-
## Create the request body
49
+
## Create the request body for the Azure Blob backup policy
50
50
51
51
For example, to create a policy for Blob backup, use the following component of the request body:
52
52
@@ -182,9 +182,9 @@ To configure a backup policy with the vaulted backup, use the following JSON scr
182
182
```
183
183
184
184
> [!IMPORTANT]
185
-
> The supported time formats is*DateTime* only. They don't support *Time* format alone.
185
+
> The supported time formats are*DateTime* only. They don't support *Time* format alone.
186
186
187
-
## Responses
187
+
## Responses for Azure Blob Backup Policy creation or updates
188
188
189
189
The backup policy creation/update is an asynchronous operation and returns *OK* once the operation is successful.
0 commit comments