Skip to content

Commit 7cf58fa

Browse files
minor changes
1 parent 2b53870 commit 7cf58fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: engagement-fy23
1212

1313
# Back up blobs in a storage account using Azure Data Protection via REST API
1414

15-
Azure Backup enables you easily configure operational backup for protecting block blobs in your storage accounts.
15+
Azure Backup enables you to easily configure operational backup for protecting block blobs in your storage accounts.
1616

1717
This article describes how to configure backups for blobs in a storage account via REST API. Backup of blobs is configured at the storage account level. So, all blobs in the storage account are protected with operational backup.
1818

@@ -37,7 +37,7 @@ Once you create the vault and policy, you need to consider two critical points t
3737

3838
#### Storage account that contains the blobs for protection
3939

40-
Fetch the Azure Resource Manager ID of the storage account which contains the blobs to be protected. This'll serve as the identifier of the storage account.
40+
Fetch the Azure Resource Manager ID of the storage account which contains the blobs to be protected. This serves as the identifier of the storage account.
4141

4242
For example, we'll use a storage account named *msblobbackup*, under the resource group *RG-BlobBackup*, in a different subscription and in *west US*.
4343

@@ -281,7 +281,7 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
281281

282282
Once the request validation is complete, you can submit the same to the [create backup instance API](/rest/api/dataprotection/backup-instances/create-or-update). A Backup instance represents an item protected with data protection service of Azure Backup within the backup vault. In this case, the storage account is the backup instance and you can use the same request body, which was validated above, with minor additions.
283283

284-
Use a unique name for the backup instance. So, we recommend you use a combination of the resource name and a unique identifier. We will use an example of "msblobbackup-f2df34eb-5628-4570-87b2-0331d797c67d" here and mark it as the backup instance name.
284+
Use a unique name for the backup instance. So, we recommend you use a combination of the resource name and a unique identifier. In this example, use *msblobbackup-f2df34eb-5628-4570-87b2-0331d797c67d* here and mark it as the backup instance name.
285285

286286
To create or update the backup instance, use the following *PUT* operation.
287287

@@ -305,7 +305,7 @@ To create a backup instance, following are the components of the request body
305305

306306
##### Example request for configure backup
307307

308-
We will use the same request body that we used to validate the backup request with a unique name as we mentioned [above](#configure-backup).
308+
Use the same request body that you used to validate the backup request with a unique name as we mentioned [above](#configure-backup).
309309

310310
```json
311311
{

0 commit comments

Comments
 (0)