Skip to content

Commit d8b80dc

Browse files
authored
Merge pull request #196764 from tejaswikolli-web/USERSTORY1304387
Userstory1304387
2 parents 7664c95 + 130e03d commit d8b80dc

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

articles/container-registry/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@
199199
- name: Detect common issues
200200
href: container-registry-check-health.md
201201
displayName: check, health
202+
- name: ACR Technical Support policies
203+
href: container-registry-support-policies.md
202204
- name: FAQ
203205
href: container-registry-faq.yml
204206
- name: Tasks
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Azure Container Registry technical support policies
3+
description: Learn about Azure Container Registry (ACR) technical support policies
4+
ms.topic: article
5+
ms.date: 02/18/2022
6+
ms.author: tejaswikolli
7+
#Customer intent: As a developer, I want to understand what ACR components I need to manage, what components are managed by Microsoft.
8+
---
9+
10+
# Support policies for Azure Container Registry(ACR)
11+
12+
This article provides details about Azure Container Registry (ACR) support policies, supported features, and limitations.
13+
14+
## Features supported by Azure Container Registry
15+
16+
>* [Connect to ACR using Azure private link](container-registry-private-link.md)
17+
>* [Push and pull Helm charts to ACR](container-registry-helm-repos.md)
18+
>* [Encrypt using Customer managed keys](container-registry-customer-managed-keys.md)
19+
>* [Enable Content trust](container-registry-content-trust.md)
20+
>* [Scan Images using Azure Security Center](../defender-for-cloud/defender-for-container-registries-introduction.md)
21+
>* [ACR Tasks](/azure/container-registry/container-registry-tasks-overview)
22+
>* [Import container images to ACR](container-registry-import-images.md)
23+
>* [Image locking in ACR](container-registry-image-lock.md)
24+
>* [Synchronize content with ACR using Connected Registry](intro-connected-registry.md)
25+
>* [Geo replication in ACR](container-registry-geo-replication.md)
26+
27+
## Microsoft/ACR can’t extend support
28+
29+
* Any local network issues that interrupt the connection to ACR service.
30+
* Vulnerabilities or issues caused by running third-party container images using ACR Tasks.
31+
* Vulnerabilities or bugs with images in the ACR customer store.
32+
33+
## Microsoft/ACR extends support
34+
35+
* General queries about the supported features of ACR.
36+
* Unable to pull image due to authentication errors, image size, and client-side issues with container runtime.
37+
* Unable to push an image to ACR due to authentication errors, image size, and client-side issues with container runtime.
38+
* Unable to add VNET/Subnet to ACR Firewall across subscription.
39+
* Issues with slow push/pull operations due to client, network, or ACR.
40+
* Issues with integration of ACR with Azure Kubernetes Service (AKS) or with any other Azure service.
41+
* Authentication issues in ACR, authentication errors in integration, repository-based access role(RBAC).
42+
43+
## Shared responsibility
44+
45+
* Issues with slow push/pull operations caused by a slow-performing client VM, network, or ACR. Here the customers have to provide the time range, image name, and configuration settings.
46+
* Issues with Integration of ACR with any other Azure service. Here the customers have to provide the details of the client used to build and pull the image and push it to ACR. For example, the customer uses the DevOps pipeline to build the image and push it to ACR.
47+
48+
## Customers have to self support
49+
50+
* Microsoft/ACR can’t make any changes if there's a detection of base image vulnerability in the security center (Microsoft Defender for Cloud). Customers can reach out for guidance
51+
* Microsoft/ACR can’t make any changes with Dockerfile. Customers have to identify and review it from their end.
52+
53+
| ACR support | Link |
54+
| ---------------------------- | -------------------------------------------------------------------------- |
55+
| Create a support ticket | https://aka.ms/acr/support/create-ticket |
56+
| Service updates and releases | [ACR Blog](https://azure.microsoft.com/blog/tag/azure-container-registry/) |
57+
| Roadmap | https://aka.ms/acr/roadmap |
58+
| FAQ | https://aka.ms/acr/faq |
59+
| Audit Logs | https://aka.ms/acr/audit-logs |
60+
| Health-Check-CLI | https://aka.ms/acr/health-check |
61+
| ACR Links | https://aka.ms/acr/links |
62+
### API and SDK reference
63+
64+
>* [SDK for Python](https://pypi.org/project/azure-mgmt-containerregistry/)
65+
>* [SDK for .NET](https://www.nuget.org/packages/Azure.Containers.ContainerRegistry)
66+
>* [REST API Reference](/rest/api/containerregistry/)
67+
68+
## Upstream bugs
69+
70+
The ACR support will identify the root cause of every issue raised. The team will report all the identified bugs as an [issue in the ACR repository](https://github.com/Azure/acr/issues) with supporting details. The engineering team will review and provide a workaround solution, bug fix, or upgrade with a new release timeline. All the bug fixes integrate from upstream.
71+
Customers can watch the issues, bug fixes, add more details, and follow the new releases.

0 commit comments

Comments
 (0)