Skip to content

Commit f5f89b1

Browse files
authored
Update how-to-use-vm-token.md
1 parent b46c102 commit f5f89b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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).|

0 commit comments

Comments
 (0)