Skip to content

Commit 1867c40

Browse files
AI optimization - Az Blob backup policy creation using REST API
1 parent d458d45 commit 1867c40

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/backup/backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create Azure Backup policies for blobs using data protection REST API
33
description: In this article, you'll learn how to create and manage backup policies for blobs using REST API.
44
ms.topic: how-to
5-
ms.date: 02/09/2025
5+
ms.date: 02/23/2026
66
ms.assetid: 472d6a4f-7914-454b-b8e4-062e8b556de3
77
ms.service: azure-backup
88
ms.custom: engagement-fy23
@@ -24,7 +24,7 @@ This article describes how to create a policy for blobs in a storage account. Le
2424

2525
>[!NOTE]
2626
>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.
2828
2929
In this article, you'll learn about:
3030

@@ -33,7 +33,7 @@ In this article, you'll learn about:
3333
> - Create the request body
3434
> - Responses
3535
36-
## Create a policy
36+
## Create a policy for Azure Blob backup
3737

3838
To create an Azure Backup policy, use the following *PUT* operation:
3939

@@ -46,7 +46,7 @@ The `{policyName}` and `{vaultName}` are provided in the URI. You can find addit
4646
> [!IMPORTANT]
4747
> 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.
4848
49-
## Create the request body
49+
## Create the request body for the Azure Blob backup policy
5050

5151
For example, to create a policy for Blob backup, use the following component of the request body:
5252

@@ -182,9 +182,9 @@ To configure a backup policy with the vaulted backup, use the following JSON scr
182182
```
183183

184184
> [!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.
186186
187-
## Responses
187+
## Responses for Azure Blob Backup Policy creation or updates
188188

189189
The backup policy creation/update is an asynchronous operation and returns *OK* once the operation is successful.
190190

0 commit comments

Comments
 (0)