We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acr tasks only allows running a task file from a context and we want to enable storing the task file running without a context.
There are 2 primary scenarios here
az acr run -t hello-world
az acr run --timeout 100 --cmd nginx
az acr task create -f task.yaml --values --import
az acr task create --image hello-world
The text was updated successfully, but these errors were encountered:
/cc @SteveLasker
Sorry, something went wrong.
I really like the acr run —cmd
NatalieYuGong
Successfully merging a pull request may close this issue.
Acr tasks only allows running a task file from a context and we want to enable storing the task file running without a context.
There are 2 primary scenarios here
Running a task with an image
az acr run -t hello-world
az acr run --timeout 100 --cmd nginx
Creating a Task with an Image or task file without a Source or GIT context
az acr task create -f task.yaml --values --import
az acr task create --image hello-world
The text was updated successfully, but these errors were encountered: