I have created an Azure container registry and try to perform the task as to pull the docker image from Azure container registry. Below is the command I'm using:
az acr task create \
--name krushnaTask \
--registry krushna \
--cmd python-hello \
--schedule "1 10 * * *" \
--context /dev/null
But, it is throwing an error. Can anyone help me with this?