container pull token creation code example
Example: container pull token creation
az acr token create --name MyToken --registry myregistry \
--repository samples/hello-world \
content/write content/read \
--output json
az acr token create --name MyToken --registry myregistry \
--repository samples/hello-world \
content/write content/read \
--output json