Skip to content

Commit 32c42f6

Browse files
committed
create build error tableSigned-off-by: Samarth Shah <[email protected]>
1 parent dcfba5a commit 32c42f6

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +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)
417-
- [What git repository management service does Tasks support?](#what-git-repository-management-service-does-Tasks-support)
415+
- [Does Tasks support GitLab for Source commit trigger?](#does-tasks-support-gitlab-for-source-commit-trigger)
416+
- [What git repository management service does Tasks support?](#what-git-repository-management-service-does-tasks-support)
418417

419418
### How do I batch cancel runs?
420419

@@ -429,7 +428,7 @@ az acr task list-runs -r $myregistry --run-status Running --query '[].runId' -o
429428

430429
If you pass a local source folder to the `az acr build` command, the `.git` folder is excluded from the uploaded package by default. You can create a `.dockerignore` file with the following setting. It tells the command to restore all files under `.git` in the uploaded package.
431430

432-
```
431+
```sh
433432
!.git/**
434433
```
435434

@@ -439,24 +438,26 @@ This setting also applies to the `az acr run` command.
439438

440439
We currently do not support GitLab for Source commit trigger.
441440

442-
### ERROR: No access was configured for the VM, hence no subscriptions were found.
443-
444-
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.
445-
446441
### What git repository management service does Tasks support?
447-
| Git service | Source context | Manual build | Auto build through commit trigger |
442+
443+
| Git service | Source context | Manual build | Auto build through commit trigger |
448444
|---|---|---|---|---|
449-
| GitHub | https://github.com/user/myapp-repo.git#mybranch:myfolder | Yes | Yes |
450-
| Azure Repos | https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder | Yes | Yes |
445+
| GitHub | https://github.com/user/myapp-repo.git#mybranch:myfolder | Yes | Yes |
446+
| Azure Repos | https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder | Yes | Yes |
451447
| GitLab | https://gitlab.com/user/myapp-repo.git#mybranch:myfolder | Yes | No |
452-
| BitBucket | https://[email protected]/user/mayapp-repo.git#mybranch:myfolder | Yes | No |
448+
| BitBucket | https://[email protected]/user/mayapp-repo.git#mybranch:myfolder | Yes | No |
449+
450+
## Run Error Message Troubleshooting
451+
452+
| Error message | Troubleshooting guide |
453+
|---|---|
454+
|No access was configured for the VM, hence no subscriptions were found|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.|
453455

454456
## CI/CD integration
455457

456458
- [CircleCI](https://github.com/Azure/acr/blob/master/docs/integration/CircleCI.md)
457459
- [GitHub Actions](https://github.com/Azure/acr/blob/master/docs/integration/github-actions/github-actions.md)
458460

459-
460461
## Next steps
461462

462463
* [Learn more](container-registry-intro.md) about Azure Container Registry.

0 commit comments

Comments
 (0)