Skip to content

Commit 2023d04

Browse files
Merge pull request #229982 from tejaswikolli-web/main
Add CONNECTIVITY_TOOMANYREQUESTS_ERROR
2 parents 5c13d4b + 94c03b7 commit 2023d04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-registry/container-registry-health-error-reference.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ This error means that the CLI was unable to find the login server of the given r
105105
## NOTARY_VERSION_ERROR
106106

107107
This error means that the CLI is not compatible with the currently installed version of Docker/Notary. Try downgrading your notary.exe version to a version earlier than 0.6.0 by replacing your Docker installation's Notary client manually to resolve this issue. You can also try downloading and installing a pre-compiled binary of Notary earlier than 0.6.0 for 64 bit Linux or macOS X from the Notary repository's releases page on GitHub. For windows download the .exe, place it in the(default path: C:\ProgramFiles\Docker\Docker\resources\bin) and rename it to notary.exe.
108-
108+
109+
## CONNECTIVITY_TOOMANYREQUESTS_ERROR
110+
111+
This error means that the user has sent too many requests in a short period causing the authentication system to block further requests to prevent overload. This error occurs by reaching a configured limit in the user's registry service tier or environment. We recommend waiting for a moment before sending another request. This will allow the authentication system's block to lift and you can try sending a request again.
112+
109113
## Next steps
110114

111115
For options to check the health of a registry, see [Check the health of an Azure container registry](container-registry-check-health.md).

0 commit comments

Comments
 (0)