Skip to content

Commit 2b6bd71

Browse files
Merge pull request #211776 from barclayn/patch-7
Update how-to-use-vm-token.md
2 parents 4931415 + f5f89b1 commit 2b6bd71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/managed-identities-azure-resources/how-to-use-vm-token.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ The managed identities endpoint signals errors via the status code field of the
359359
| Status Code | Error Reason | How To Handle |
360360
| ----------- | ------------ | ------------- |
361361
| 404 Not found. | IMDS endpoint is updating. | Retry with Exponential Backoff. See guidance below. |
362+
| 410 | IMDS is going through updates | IMDS will be available within 70 seconds |
362363
| 429 Too many requests. | IMDS Throttle limit reached. | Retry with Exponential Backoff. See guidance below. |
363364
| 4xx Error in request. | One or more of the request parameters was incorrect. | Don't retry. Examine the error details for more information. 4xx errors are design-time errors.|
364365
| 5xx Transient error from service. | The managed identities for Azure resources subsystem or Azure Active Directory returned a transient error. | It's safe to retry after waiting for at least 1 second. If you retry too quickly or too often, IMDS and/or Azure AD may return a rate limit error (429).|
@@ -392,7 +393,7 @@ This section documents the possible error responses. A "200 OK" status is a succ
392393
393394
## Retry guidance
394395

395-
It's recommended to retry if you receive a 404, 429, or 5xx error code (see [Error handling](#error-handling) above).
396+
It's recommended to retry if you receive a 404, 429, or 5xx error code (see [Error handling](#error-handling) above). If you receive a 410 error, it indicates that IMDS is going through updates and will be available in a maximum of 70 seconds.
396397

397398
Throttling limits apply to the number of calls made to the IMDS endpoint. When the throttling threshold is exceeded, IMDS endpoint limits any further requests while the throttle is in effect. During this period, the IMDS endpoint will return the HTTP status code 429 ("Too many requests"), and the requests fail.
398399

0 commit comments

Comments
 (0)