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-arm-userestapi-createorupdatepolicy.md
+5-5Lines changed: 5 additions & 5 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 backup policies via REST API in Azure Backup
3
3
description: In this article, you'll learn how to create and manage backup policies (schedule and retention) using REST API.
4
4
ms.topic: how-to
5
-
ms.date: 02/21/2024
5
+
ms.date: 02/25/2025
6
6
ms.assetid: 5ffc4115-0ae5-4b85-a18c-8a942f6d4870
7
7
ms.service: azure-backup
8
8
ms.custom: engagement-fy24
@@ -11,7 +11,7 @@ ms.author: jsuri
11
11
---
12
12
# Create Azure Recovery Services backup policies by using REST API
13
13
14
-
This article describes how to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure File share.
14
+
This article describes how to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure Files.
15
15
16
16
Learn more about [creating or modifying a backup policy for an Azure Recovery Services vault by using REST API](/rest/api/backup/protection-policies/create-or-update).
17
17
@@ -38,7 +38,7 @@ For the complete list of definitions in the request body, see the [backup policy
38
38
39
39
### Example request body
40
40
41
-
This section provides the example request body to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure File share.
41
+
This section provides the example request body to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure Files.
42
42
43
43
**Choose a datasource**:
44
44
@@ -629,9 +629,9 @@ The following is an example of a policy that takes a full backup once a week and
629
629
```
630
630
631
631
632
-
# [Azure File share](#tab/azure-file-share)
632
+
# [Azure Files](#tab/azure-file-share)
633
633
634
-
The following request body defines the policy for Azure File share backup.
634
+
The following request body defines the policy for Azure Files backup.
0 commit comments