Questions tagged [acr]
100 questions
1
vote
1 answer
Deploying .Net Core WebApi Docker Image to Azure Kubernetes Service using Nginx Ingress Controller
I have created a sample .Net Core WebApi and pushed the images to ACR. Now I am deploying it to AKS with Nginx Ingress Controller using Ingress Resources pointing to ClusterIP Service that points to Deployed Pods running the image.
Issue is when I…

Amanpreet Singh
- 13
- 3
1
vote
1 answer
Creating an event that triggers the pipeline when a ACR is updated with new image
when ACR is updated with latest images automatically pipeline need to trigger in ADO, How can I prevent this, or is there a better way of acheiving what I want?
Need event triggers for ADO pipeline

Arun Vijay
- 39
- 6
1
vote
1 answer
ProgressDialog.Refresh () - Unable to add window - token android.os.BinderProxy is not valid; is your activity running? in xamarin android
We are using Acr.UserDialogs nuget in our application. We are getting below error in appcenter.
ProgressDialog.Refresh ()
Java.Lang.RuntimeException: Unable to add window -- token android.os.BinderProxy@23d80a3 is not valid; is your activity…

SoftDev
- 277
- 1
- 3
- 13
1
vote
3 answers
Deploy helm chart from Azure Container Registry
I have a multistage pipeline with the following
Stage build:
build docker image
push image to ACR
package helm chart
push helm chart to ACR
Stage deployment:
helm upgrade
Push helm chart to AKS:
task: HelmDeploy@0
displayName: 'helm publish'
…

Michael
- 3,350
- 2
- 21
- 35
1
vote
0 answers
AKS Integration with ACR Different Subscription
We have ACR in our subscription . Our client has AKS in their subscription and totally different region too. We need to give them permission to pull our images from their AKS. What is the recommended way of doing this ?
In case of future issue we…

Lasantha Ranaweera
- 11
- 2
1
vote
2 answers
Why does .NET Framework sample image throw error when running in Azure Container Instances from Azure Container Registry?
I'd like to run a .NET Framework (4.8) console app on Azure Container Instances.
Starting from https://github.com/microsoft/dotnet-framework-docker/tree/master/samples/dotnetapp
If I create the ACI directly:
az container create --resource-group…

Patrick Foley
- 11
- 2
1
vote
1 answer
How to use the data of a PCM buffer obtained by using the AVAudioEngine outside of the audio thread?
I'm using the AVAudioEngine in iOS to obtain audio from the microphone and writing it to buffer using an Input Node and its function installTap.
Inside the tapBlock of the installTap function, where it is supposed to be the place to read and/or…

marioleo
- 13
- 3
1
vote
2 answers
Azure APP Service.+ Private Link + Azure Container Registry
I have set up Azure APP Service and connect it through Private Link, I have disabled all public connectivity, while making tests using webhook from ACR I'm always getting "Error 403 - Forbidden
The web app you have attempted to reach has blocked…

Laki
- 76
- 1
- 1
- 9
1
vote
0 answers
SLE5528,ACR38U-4A SmartCard Reader?
C#
I tried calling the smart card and choosing its type, but all my options were returned with an error called E600
I tried to choose the card type from the class and the instructions and it did not help, is there any explanation?
What's the…

En.Mahmoud
- 11
- 4
1
vote
1 answer
Azure enabling content trust will impact exisitng images in registry?
We are planning to enable content trust in Azure Content Registry so that we can push the signed images to repo for the consumers to use. But I have few doubts?
Once I enable content trust, can the users still able to pull the existing images?
Once…

gopankallazhy
- 33
- 1
- 6
1
vote
1 answer
Authentication to ACR1255U-J1 reader via bluetooth
For the communication with a ACR1255U-J1 NFC Reader an authentication is needed. Connection is via bluetooth by using Hex-Strings.
These are my two methods for encryption and decryption:
encrypt(valueStringHex, keyStringHex) {
const CryptoJS =…

somanyquestions
- 81
- 1
- 1
- 8
1
vote
1 answer
How to get details of user who Pushed an Image in to Azure Container Registry
Is there a way to get details of Users who pushed an Image in to Azure Container Registry (ACR). We have enabled RBAC and integrated the ACR with Azure Active Directory. When I go to a repository and see the details of Image, it currently does not…

Manu
- 331
- 3
- 15
1
vote
0 answers
Import local docker tarfile into Azure ACR via AZ CLI?
I have a local tarball that I can import into Azure ACR via docker CLI:
docker import ./thing.tar myacr.azurecr.io/repo:tag
I would like to do the same via the Azure CLI, but the az acr import command seems to only be able to accept a docker repo,…

Vish
- 31
- 4
1
vote
0 answers
"docker login" fails on Jenkins server with: Error response from daemon: ... unexpected end of JSON input: ""
We cannot do a docker login (or, equivalently, an "az acr login") to an existing azure image registry). The "docker login" command (or the "az acr login") gets back:
Error response from daemon: Get https://xxxxx.azurecr.io/v2/: error parsing HTTP…

Serge Goldstein
- 11
- 3
0
votes
2 answers
Azure container registry (ACR) webhook to App Service (with container apps) fails with 401 unauthorized
I am following this article to create a simple app service wiht container image pulled from an ACR: https://learn.microsoft.com/en-us/azure/app-service/tutorial-custom-container?tabs=azure-cli&pivots=container-linux.
Everything works fine, except…

SanjayD
- 156
- 4
- 12