Answers for "container pull token creation"

0

container pull token creation

az acr token create --name MyToken --registry myregistry \
  --repository samples/hello-world \
  content/write content/read \
  --output json
Posted by: Guest on May-12-2021

Browse Popular Code Answers by Language