How to fix "AzureContainerRepository Unable to setup webhook on the selected Azure Container Registry" at Azure DevOps
Maciek Psiuk
0
Reputation points
I'm trying to enable Continuous deployment trigger, but I'm receiving
AzureContainerRepository Unable to setup webhook on the selected Azure Container Registry. Getting Azure Container Registry failed. Triggers are only supported for managed registries. Its not a managed registry or the access token doesn't have sufficient permissions to perform the operation. InnerException: {"error":{"code":"AuthenticationFailedMissingToken","message":"Authentication failed. The 'Authorization' header is missing the access token."}}
- my service connection has Contributor role
- It's 6th webhook, previously it worked without any problems
- my Registry has Standard tier set
Sign in to answer