Skip to content

Commit c1dc235

Browse files
authored
Merge pull request #115145 from htirmizi/patch-1
Update async-operations.md
2 parents 123586a + 1ad636e commit c1dc235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/management/async-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are two different ways to monitor the status the asynchronous operation. Y
3636

3737
If `Azure-AsyncOperation` isn't one of the header values, then look for:
3838

39-
* `Location` - URL for determining when an operation has completed. Only use this value only when `Azure-AsyncOperation` isn't returned.
39+
* `Location` - URL for determining when an operation has completed. Use this value only when `Azure-AsyncOperation` isn't returned.
4040
* `Retry-After` - The number of seconds to wait before checking the status of the asynchronous operation.
4141

4242
> [!NOTE]
@@ -205,4 +205,4 @@ If the request is still running, you receive a status code 202. If the request h
205205
## Next steps
206206

207207
* For documentation about each REST operation, see [REST API documentation](/rest/api/azure/).
208-
* For information about deploying templates through the Resource Manager REST API, see [Deploy resources with Resource Manager templates and Resource Manager REST API](../templates/deploy-rest.md).
208+
* For information about deploying templates through the Resource Manager REST API, see [Deploy resources with Resource Manager templates and Resource Manager REST API](../templates/deploy-rest.md).

0 commit comments

Comments
 (0)