Using the Azure CLI on Windows Server 2016 against an Azure container registry (az login
and az acr login
)
I'm pushing a large Windows container docker image (>10GB) with docker push
. It seems the authentication expires before it finishes.
The smaller layers of the image push successfully and finish, but the largest reaches 100% before declaring
unauthorized: authentication required
Is there some way to extend the duration of the authentication (az acr login
) so that the complete push finishes?