Skip to content

Commit 14d3859

Browse files
Merge pull request #264857 from dlepow/patch-243
Update api-management-howto-disaster-recovery-backup-restore.md
2 parents 4c23611 + 3e0cd34 commit 14d3859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-howto-disaster-recovery-backup-restore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77

88
ms.service: api-management
99
ms.topic: how-to
10-
ms.date: 11/30/2023
10+
ms.date: 01/31/2023
1111
ms.author: danlep
1212
ms.custom: devx-track-azurepowershell
1313
---
@@ -127,7 +127,7 @@ Backup-AzApiManagement -ResourceGroupName $apiManagementResourceGroup -Name $api
127127
-TargetBlobName $blobName -AccessType "UserAssignedManagedIdentity" ` -identityClientId $identityid
128128
```
129129

130-
Backup is a long-running operation that may take several minutes to complete.
130+
Backup is a long-running operation that may take several minutes to complete. During this time the API gateway continues to handle requests, but the state of the service is Updating.
131131

132132
### [REST](#tab/rest)
133133

@@ -190,7 +190,7 @@ In the body of the request, specify the target storage account name, blob contai
190190

191191
Set the value of the `Content-Type` request header to `application/json`.
192192

193-
Backup is a long-running operation that may take several minutes to complete. If the request succeeded and the backup process began, you receive a `202 Accepted` response status code with a `Location` header. Make `GET` requests to the URL in the `Location` header to find out the status of the operation. While the backup is in progress, you continue to receive a `202 Accepted` status code. A Response code of `200 OK` indicates successful completion of the backup operation.
193+
Backup is a long-running operation that may take several minutes to complete. If the request succeeded and the backup process began, you receive a `202 Accepted` response status code with a `Location` header. Make `GET` requests to the URL in the `Location` header to find out the status of the operation. While the backup is in progress, you continue to receive a `202 Accepted` status code. During this time the API gateway continues to handle requests, but the state of the service is Updating. A Response code of `200 OK` indicates successful completion of the backup operation.
194194

195195
---
196196

0 commit comments

Comments
 (0)