Questions tagged [acr]

100 questions
0
votes
1 answer

cannot access ACI restful endpoint deployed to VN

I deployed a docker image to an ACR and then to an ACI with a command like this: az container create --resource-group myrg --name myamazingacr --image myamazingacr.azurecr.io/test3:v1 --cpu 1 --memory 1 --vnet myrg-vnet…
cs0815
  • 16,751
  • 45
  • 136
  • 299
0
votes
1 answer

ACR loading and ZXing handle result

In a very simple Xamarin android APP I scan a barcode with ZXing and then handle the result. The handle results takes a few seconds to process and during I want to show an ACR showLoading, but the activity indicator hides almost instantly when the…
Hugo Delsing
  • 13,803
  • 5
  • 45
  • 72
0
votes
1 answer

Listing repository tags with Azure ACR API

I'm trying to send a GET request to https://acr-name.azurecr.io/v2/image-name/tags/list but I'm not sure which token to use, as I keep getting: { "errors": [ { "code": "UNAUTHORIZED", "message": "authentication…
Gilbert Williams
  • 970
  • 2
  • 10
  • 24
0
votes
1 answer

Get https://abcd.azure.io/v2/: dial tcp: lookup abcd.azure.io on 192.168.65.1:53: no such host

I am not able to push docker image to azure container registry. It is giving the below error: Get https://abcd.azure.io/v2/: dial tcp: lookup abcd.azure.io on 192.168.65.1:53: no such host Tried below options but no luck: restarted docker turned…
0
votes
1 answer

ServiceFabric - ApplicationManifest.xml - RepositoryCredentials to use ACR Service Connection

I have a Service Fabric application that downloads the image from Azure ACR repostiry. The authentication of the ACR repo is from ApplicationManifest.xml
Rajakumar Babu
  • 117
  • 2
  • 9
0
votes
0 answers

working with Hikari pool and DB2 ACR in case of DR active

We are using DB2 on cloud instance with DR node. Application use hikari pool for connection pooling implementation. While this works fine with the primary active, we fails to maintain the pool once the primary goes down and DR is enabled. DB2 ACR…
Manoj K Sardana
  • 153
  • 1
  • 4
  • 14
0
votes
1 answer

Right click publish custom docker images to existing ACR with Visual Studio 2019

I get below error when I try to publish DotNet 3.1 web app via Visual Studio 2019 to ACR. I followed this link's instructions to publish but instead of creating new one, I selected existing ACR from list. I also looked in Visual studio to set ACR…
0
votes
0 answers

ACR38U-I1 Android Driver: Can't read key from infineon SLE4428 Smart card

I've downloaded the ACR38U-I1 android driver from the official page. The the downloaded zip file there is a sample apk to test the reader. My tried to read a infineon SLE4428 card with the sample app. I followed these steps: Connect the ACR38U-I1…
palatok
  • 1,022
  • 5
  • 20
  • 30
0
votes
1 answer

How to deploy the image from JFrog Artifactory into Azure Kubernetes service using Azure DevOps

I build and push docker image into JFrog Artifactory by using Azure DevOps build pipeline. And then using the below yaml file to deploy the image into Azure AKS environment using Kubectl task in the release definition. --- apiVersion: apps/v1 kind:…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
0
votes
2 answers

az acr run: error: unrecognized argument: --cmd

I'm following the directions on this page to create a Docker image in Azure Container Registry. Everything works as expected until I get to the "Run the image" step. When I run the command: az acr run --registry {the name of my registry} --cmd '{the…
0
votes
1 answer

Refer the docker image from another azure container repository (ACR) of different subscription

I am trying to pull the docker image in (QA-ACR) of subscription (QA-Subscription) from another Azure Container Registry (DEV-ACR) in subscription (DEV-Subscription). Below are the steps in detail. Created the docker image (example:…
Anandaraj
  • 91
  • 1
  • 1
  • 3
0
votes
1 answer

Add --isolation process to azure acr build command

I want to pass in --isolation process to the az acr build, but cannot find a way to do it from Azure docs, what is the right way to do it?
littyk
  • 29
  • 4
0
votes
1 answer

ACS ACR 1255U-J1 NFC Reader - How to start automatic polling

I’d like to connect to the device from an Android app. I already managed to authorize successfully. Now I would like to start the automatic polling as described in the reference (Request command: E0 00 00 40 01, Page 30,…
somanyquestions
  • 81
  • 1
  • 1
  • 8
0
votes
1 answer

az acr build command fails "NotImplementedError: APIVersion 2019-06-01-preview is not available"

I am running the following command in my AML workspace in a jupyter notebook: !az acr build --image mlnet --subscription $ws.subscription_id --registry $cr --file docker/Dockerfile docker/ The command fails with the following error: APIVersion…
0
votes
0 answers

Azure Container Registry throws exception when building

I'm trying to follow the tutorials at MS Learn about Containers in Azure. I'm trying to push a docker image to my recently created azure container registry I'm using the az acr build command in the Azure CLI, I'm also using a docker file. After…
EAragon
  • 38
  • 6