Skip to content

Commit a923d23

Browse files
author
AbhishekMallick01
committed
minor changes
1 parent e1ee0c4 commit a923d23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/backup/restore-postgresql-database-use-rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
5656

5757
#### Responses for list of recovery points
5858

59-
Once you submit the *GET* request, this returns response as 200 (OK), and the list of all discrete recovery points with all the relevant details.
59+
Once you submit the `GET` request, this returns response as 200 (OK), and the list of all discrete recovery points with all the relevant details.
6060

6161
|Name |Type |Description |
6262
|---------|---------|---------|
@@ -226,7 +226,7 @@ For an archive-based recovery point, you need to:
226226

227227
#### Restore as files
228228

229-
Fetch the URI of the container, within the storage account to which permissions were assigned as detailed [above](#set-up-permissions). For example, a container named **testcontainerrestore** under a storage account **testossstorageaccount** with a different subscription.
229+
Fetch the URI of the container, within the storage account to which permissions were assigned as detailed [above](#set-up-permissions). For example, a container named `testcontainerrestore` under a storage account `testossstorageaccount` with a different subscription.
230230

231231
```http
232232
"https://testossstorageaccount.blob.core.windows.net/testcontainerrestore"
@@ -342,7 +342,7 @@ We have constructed a section of the same in the [above section](#create-a-reque
342342

343343
##### Response to validate restore requests
344344

345-
The _validate restore request_ is an [asynchronous operation](../azure-resource-manager/management/async-operations.md). So, this operation creates another operation that you need to track separately.
345+
The `validate restore request` is an [asynchronous operation](../azure-resource-manager/management/async-operations.md). So, this operation creates another operation that you need to track separately.
346346

347347
It returns two responses: 202 (Accepted) when another operation is created. Then 200 (OK) when that operation completes.
348348

0 commit comments

Comments
 (0)