Skip to content

Commit a639867

Browse files
committed
add faq for task
1 parent e0a3c90 commit a639867

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/container-registry/container-registry-faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ Configure the Docker proxy to output of the previous command and the port 8888 (
412412

413413
- [How do I batch cancel runs?](#how-do-i-batch-cancel-runs)
414414
- [How do I include the .git folder in az acr build command?](#how-do-i-include-the-git-folder-in-az-acr-build-command)
415+
- [Does Tasks support GitLab for Source commit trigger?](#does-tasks-support-gitLab-for-source-commit-trigger)
416+
- [ERROR: No access was configured for the VM, hence no subscriptions were found.](#error-no-access-was-configured-for-the-vm-hence-no-subscriptions-were-found)
415417

416418
### How do I batch cancel runs?
417419

@@ -432,6 +434,14 @@ If you pass a local source folder to the `az acr build` command, the `.git` fold
432434

433435
This setting also applies to the `az acr run` command.
434436

437+
### Does Tasks support GitLab for Source commit trigger?
438+
439+
We currently do not support GitLab for Source commit trigger.
440+
441+
### ERROR: No access was configured for the VM, hence no subscriptions were found.
442+
443+
This could happen if you are using `az login --identity` in your ACR Task. This is a transient error and occurs when the role assignment of your Managed Identity hasn't propagated. Waiting a few seconds before retrying works.
444+
435445
## CI/CD integration
436446

437447
- [CircleCI](https://github.com/Azure/acr/blob/master/docs/integration/CircleCI.md)

0 commit comments

Comments
 (0)