Skip to content

Commit b169804

Browse files
author
AbhishekMallick-MS
committed
added TOC entries and preview tags
1 parent 770d56d commit b169804

11 files changed

+26
-20
lines changed

articles/backup/backup-azure-dataprotection-use-rest-api-backup-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following is the request body to configure backup for all blobs within a sto
7575
}
7676
}
7777
```
78-
To configure backup with vaulted backup enabled, refer the below request body.
78+
To configure backup with vaulted backup (preview) enabled, refer the below request body.
7979

8080
```json
8181
{backupInstanceDataSourceType is Microsoft.Storage/storageAccounts/blobServices
@@ -153,7 +153,7 @@ The [request body](#prepare-the-request-to-configure-blob-backup) that you prepa
153153
}
154154
}
155155
```
156-
#### Example request body for vaulted backup
156+
#### Example request body for vaulted backup (preview)
157157

158158
```json
159159
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The policy says:
9494
}
9595
```
9696

97-
To configure a backup policy with the vaulted backup, use the following JSON script:
97+
To configure a backup policy with the vaulted backup (preview), use the following JSON script:
9898

9999
```json
100100
{

articles/backup/backup-azure-dataprotection-use-rest-api-restore-blobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To illustrate the restoration steps in this article, we'll refer to blobs in a s
2525

2626
## Prepare for Azure Blobs restore
2727

28-
You can now do the restore operation for *operational backup* and *vaulted backup* for Azure Blobs.
28+
You can now do the restore operation for *operational backup* and *vaulted backup (preview)* for Azure Blobs.
2929

3030
**Choose a backup tier**:
3131

@@ -201,7 +201,7 @@ The key points to remember in this scenario are:
201201
}
202202
```
203203

204-
# [Vaulted backup](#tab/vaulted-backup)
204+
# [Vaulted backup (preview)](#tab/vaulted-backup)
205205

206206
[!INCLUDE [blob-vaulted-backup-restore-restapi.md](../../includes/blob-vaulted-backup-restore-restapi.md)]
207207

articles/backup/backup-blobs-storage-account-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
1010

11-
# Quickstart: Back up a storage account with Blob data using an ARM template
11+
# Quickstart: Back up a storage account with Blob data using an ARM template (preview)
1212

1313
This quickstart describes how to back up a storage account with Azure Blob data with a vaulted backup policy using an ARM template.
1414

articles/backup/backup-blobs-storage-account-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
1010

11-
# Quickstart: Back up a storage account with Blob data using Azure Backup via a Bicep template
11+
# Quickstart: Back up a storage account with Blob data using Azure Backup via a Bicep template (preview)
1212

1313
This quickstart describes how to back up a storage account with Azure Blob data with a vaulted backup policy using a Bicep template.
1414

articles/backup/backup-blobs-storage-account-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ After creating a vault, let's create a Backup policy to protect Azure Blobs in a
6060

6161
## Create a backup policy
6262

63-
You can create a backup policy for *operational backup* and *vaulted backup* for Azure Blobs using Azure CLI.
63+
You can create a backup policy for *operational backup* and *vaulted backup (preview)* for Azure Blobs using Azure CLI.
6464

6565
**Choose a backup tier**:
6666

@@ -170,7 +170,7 @@ az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVau
170170
}
171171
```
172172

173-
# [Vaulted backup](#tab/vaulted-backup)
173+
# [Vaulted backup (preview)](#tab/vaulted-backup)
174174

175175
[!INCLUDE [blob-backup-create-policy-cli.md](../../includes/blob-backup-create-policy-cli.md)]
176176

articles/backup/backup-blobs-storage-account-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ blobBkpPolicy Microsoft.DataProtection/backupVaults/backupPolicies
108108
109109
$blobBkpPol = Get-AzDataProtectionBackupPolicy -ResourceGroupName "testBkpVaultRG" -VaultName $TestBkpVault.Name -Name "blobBkpPolicy"
110110
```
111-
# [Vaulted Backup](#tab/vaulted-backup)
111+
# [Vaulted Backup (preview)](#tab/vaulted-backup)
112112

113113
[!INCLUDE [blob-vaulted-backup-create-policy-ps.md](../../includes/blob-vaulted-backup-create-policy-ps.md)]
114114

@@ -138,7 +138,7 @@ blobrg-PSTestSA-3df6ac08-9496-4839-8fb5-8b78e594f166 Microsoft.DataProtection/ba
138138
> [!IMPORTANT]
139139
> Once a storage account is configured for blobs backup, a few capabilities are affected, such as change feed and delete lock. [Learn more](blob-backup-configure-manage.md#effects-on-backed-up-storage-accounts).
140140
141-
# [Vaulted Backup](#tab/vaulted-backup)
141+
# [Vaulted Backup (preview)](#tab/vaulted-backup)
142142

143143
[!INCLUDE [blob-vaulted-backup-prepare-request-ps.md](../../includes/blob-vaulted-backup-prepare-request-ps.md)]
144144

articles/backup/backup-support-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can automate most backup related tasks using programmatic methods in Azure
8585
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
8686
| Backup | Create backup policy and configure backup | Supported <br><br> [See the examples](./backup-blobs-storage-account-ps.md). | Supported <br><br> [See the examples](./backup-blobs-storage-account-cli.md). | Supported <br><br> [See the examples](./backup-azure-dataprotection-use-rest-api-backup-blobs.md). | Currently not supported | Supported | Supported <br><br> [See the examples](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.dataprotection/backup-create-storage-account-enable-protection). | Supported <br><br> [See the examples](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_protection_backup_instance_blob_storage). |
8787
| Restore | Restore blobs | Supported <br><br> [See the examples](./restore-blobs-storage-account-ps.md). | Supported <br><br> [See the examples](./restore-blobs-storage-account-cli.md). | Supported <br><br> [See the examples](./backup-azure-dataprotection-use-rest-api-restore-blobs.md). | N/A | N/A | N/A | N/A |
88-
| Manage | Monitor jobs | Supported <br><br> [See the examples](./restore-blobs-storage-account-ps.md#tracking-job). | Supported <br><br> [See the examples](./restore-blobs-storage-account-cli.md#tracking-job). | Supported <br><br> [See the examples](./backup-azure-dataprotection-use-rest-api-restore-blobs.md#track-jobs). | N/A | N/A | N/A | N/A |
88+
| Manage | Monitor jobs | Supported <br><br> [See the examples](./restore-blobs-storage-account-ps.md#track-a-job). | Supported <br><br> [See the examples](./restore-blobs-storage-account-cli.md#track-a-job). | Supported <br><br> [See the examples](./backup-azure-dataprotection-use-rest-api-restore-blobs.md#track-jobs). | N/A | N/A | N/A | N/A |
8989
| Manage | Modify backup policy | Currently not supported | Currently not supported | Currently not supported | N/A | N/A | N/A | N/A |
9090
| Manage | Stop protection and retain backup data | Currently not supported | Currently not supported | Currently not supported | N/A | N/A | N/A | N/A |
9191
| Manage | Stop protection and delete backup data | Supported | Supported | Supported | N/A | N/A | N/A | N/A |

articles/backup/restore-blobs-storage-account-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.author: v-abhmallick
1212

1313
This article describes how to restore [blobs](blob-backup-overview.md) using Azure Backup.
1414

15-
You can restore Azure Blobs to point-in-time using *operational backups* and *vaulted backups* for Azure Blobs via Azure CLI. Here, let's use an existing Backup vault `TestBkpVault`, under the resource group `testBkpVaultRG` in the examples.
15+
You can restore Azure Blobs to point-in-time using *operational backups* and *vaulted backups (preview)* for Azure Blobs via Azure CLI. Here, let's use an existing Backup vault `TestBkpVault`, under the resource group `testBkpVaultRG` in the examples.
1616

1717
> [!IMPORTANT]
1818
> Before you restore Azure Blobs using Azure Backup, see [important points](blob-restore.md#before-you-start).
1919
2020
## Fetch details to restore a blob backup
2121

22-
To restore a blob backup, you need to *fetch the valid time range for *operational backup* and *fetch the list of recovery points* for *vaulted backup*.
22+
To restore a blob backup, you need to *fetch the valid time range for *operational backup* and *fetch the list of recovery points* for *vaulted backup (preview)*.
2323

2424
**Choose a backup tier**:
2525

@@ -120,9 +120,9 @@ az dataprotection restorable-time-range find --start-time 2021-05-30T00:00:00 --
120120
}
121121
```
122122

123-
# [Vaulted backup](#tab/vaulted-backup)
123+
# [Vaulted backup (preview)](#tab/vaulted-backup)
124124

125-
To fetch the list of recovery points available to restore vaulted backup, use the `az dataprotection recovery-point list` command.
125+
To fetch the list of recovery points available to restore vaulted backup (preview), use the `az dataprotection recovery-point list` command.
126126

127127
To fetch the name of the backup instance corresponding to your backed-up storage account, use the `az dataprotection backup-instance list` command.
128128

@@ -535,9 +535,9 @@ az dataprotection backup-instance restore initialize-for-item-recovery --datasou
535535
az dataprotection backup-instance restore initialize-for-item-recovery --datasource-type AzureBlob --restore-location southeastasia --source-datastore OperationalStore --backup-instance-id "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/resourceGroups/testBkpVaultRG/providers/Microsoft.DataProtection/backupVaults/TestBkpVault/backupInstances/CLITestSA-CLITestSA-c3a2a98c-def8-44db-bd1d-ff6bc86ed036" --point-in-time 2021-06-02T18:53:44.4465407Z --from-prefix-pattern container1/text1 container2/text4 --to-prefix-pattern container1/text4 container2/text41 > restore.json
536536
```
537537

538-
# [Vaulted backup](#tab/vaulted-backup)
538+
# [Vaulted backup (preview)](#tab/vaulted-backup)
539539

540-
Prepare the request body for the following restore scenarios supported by Azure Blobs vaulted backup.
540+
Prepare the request body for the following restore scenarios supported by Azure Blobs vaulted backup (preview).
541541

542542
### Restore all containers
543543

articles/backup/restore-blobs-storage-account-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: v-abhmallick
1010

1111
# Restore Azure Blobs using Azure PowerShell
1212

13-
This article describes how to use the PowerShell to perform restores for Azure Blob from [operational](blob-backup-overview.md?tabs=operational-backup) or [vaulted](blob-backup-overview.md?tabs=vaulted-backup) backups. With operational backups, you can restore all block blobs in storage accounts with operational backup configured or a subset of blob content to any point-in-time within the retention range. With vaulted backups, you can perform restores using a recovery point created, based on your backup schedule.
13+
This article describes how to use the PowerShell to perform restores for Azure Blob from [operational](blob-backup-overview.md?tabs=operational-backup) or [vaulted](blob-backup-overview.md?tabs=vaulted-backup) backups. With operational backups, you can restore all block blobs in storage accounts with operational backup configured or a subset of blob content to any point-in-time within the retention range. With vaulted backups (preview), you can perform restores using a recovery point created, based on your backup schedule.
1414

1515
> [!IMPORTANT]
1616
> Support for Azure blobs is available from version **Az 5.9.0**.
@@ -101,7 +101,7 @@ You can restore a subset of blobs using a prefix match. You can specify up to 10
101101
```azurepowershell-interactive
102102
$restorerequest = Initialize-AzDataProtectionRestoreRequest -DatasourceType AzureBlob -SourceDataStore OperationalStore -RestoreLocation $TestBkpVault.Location -RestoreType OriginalLocation -PointInTime (Get-Date -Date "2021-04-23T02:47:02.9500000Z") -BackupInstance $AllInstances[2] -ItemLevelRecovery -FromPrefixPattern "containerabc/aaa","containerabc/ccc" -ToPrefixPattern "containerabc/bbb","containerabc/ddd"
103103
```
104-
# [Vaulted backup](#tab/vaulted-backup)
104+
# [Vaulted backup (preview)](#tab/vaulted-backup)
105105

106106
[!INCLUDE [blob-vaulted-backup-restore-ps.md](../../includes/blob-vaulted-backup-restore-ps.md)]
107107

0 commit comments

Comments
 (0)