image not available anymore in microsoft container registry
Hello All, the image mcr.microsoft.com/azuredocs/azure-vote-front:v1 is not available anymore, and on a lot of pages from microsoft to this image is refered. could you put it back or tell me where i can find it now? Normal BackOff 21s …
Azure CI/CD Pipeline With ACR Private EndPoint
Hi Everyone, We have created an Azure DevOps pipeline and releases for CI/CD and we're using Azure container registry(ACR) for pulling/pushing the docker images, these pipelines/releases working and are able to pull/push the images without an issue as…
File "src/pymssql/_pymssql.pyx", line 659, in pymssql._pymssql.connect 2024-10-24T08:02:45.5167672Z sqlalchemy.exc.OperationalError: (pymssql.exceptions.OperationalError) (40613, b"Database 'pv_Ai_Sql' on server 'propvivoai.database.windows.net' is not cu
i have deployed my fast api on app service using container registry so in my deployment settings logs are shoing this error "File "src/pymssql/_pymssql.pyx", line 659, in pymssql._pymssql.connect 2024-10-24T08:02:45.5167672Z…
AKS cannot pull image from ACR with kubelet identity - 401 Unauthorized
After using service principal for AKS for a year, I switched to user-assigned managed identity. Everything is working well except pulling image from ACR, here is the error: Failed to pull image "myacr.azurecr.io/fluent/fluent-bit:3.1.6":[rpc…
ImagePullBackOff kubelet Failed to pull image .westeurope.data.azurecr.io : failed to resolve reference : failed to do request : tls: failed to verify certificate: x509: certificate is valid for *.azurecr.io, not .westeurope.data.azurecr.io
Hi, I 've got an issue on my new AKS cluster to pull image from my ACR : it seems to be great created: networking is good (can login/pull/push to the acr from a podman pod in the cluster), managedidentity with push/pull is role well created (az…
Azure Container Registries: Tokens refreshed?
Hello, We have implemented some work recently and although we have set the passwords not to expire, we were wondering are there any instances where the token itself (and therefore passwords within) would get rolled and refreshed?
The subscription of 'XXXX" doesn't exist in cloud 'AzureCloud').
unable to deploy the image in ACR could you please help us
I can't get IP or FQDN for my container
Dear Sirs. After creating a container in Azure to contain the Node-RED application, I am unable to obtain the IP or FQDN to launch the application in the browser. Could you tell me how I can obtain this data? Thanks in advance. Note: the first time I…
Container IP is not provided
Hi friends, I created a standard Linux container instance for testing purpose used quick start rather than my own azure registry, after created when I try to access the container there were no FQDN and public IP, I created with public network selected…
Why my timer trigger function is not triggered when deploying my docker container?
My time trigger function is not triggered when deploying it on Azure functions. I deploy it using docker container because I am using selenium. It run successfully on my local host and is triggered perfectly fine, but when deploying it on azure it…
Azure Machine Learning workspace cannot access Datastore, Container Registry
Hi, I have created an Azure Machine Learning workspace, giving it a user-assigned identity. This identity has both a contributor role over the whole resource group, and a Key Vault Secrets Officer role over the key vault used by the AML workspace It was…
How to fix (TasksOperationsNotAllowed) ACR Tasks requests for the registry <containerRegistryName> and <password> are not permitted.
When running the following command on Azure Cloud Shell getting the TasksOperationsNotAllowed error. How to fix? Command: az acr build --registry $REGISTRYNAME --image expressimage . Errror: (TasksOperationsNotAllowed) ACR Tasks requests for the…
Container vulnerability scanning student plan
Hi community! I am using Azure with a student plan. I have an ACR registry and I would like to see if my images contain vulnerabilities. However, I cannot see results on the Microsoft Defender for Cloud. Does that mean that my containers do not have…
ACR Authentication Options
Our .NET service is currently authenticating and pulling images from isolated ACR using an app registration with a username and password. We are considering using dSMS certificates instead. The plan is to obtain an access token from AAD, exchange it for…
ACR Error: ACR tasks requests for registry "readitjkacr" are not permitted.
Hi, I'm keep getting this error no matter what I do, I am in the middle of learning and cannot pass this step, please can someone help me fix this issue.
Move Container Registry To Another Subscription
We have a Container Registry in Azure Resource ID: /subscriptions/b17533a7-6c17-4384-9860-92f87f5debde/resourceGroups/oneserviceprod/providers/Microsoft.ContainerRegistry/registries/oneserviceprod And we need to move it to another subscription…
Recurso do ACR não aparece no portal após ser criado pelo Azure CLI
Estou com um problema mito estranho atualmente na Azure. Eu crio Grupo de Recursos, ACR e ACI pelo Azure CLI e eles não aparecem no Portal. Um grupo de Recursos que deletei está aparecendo O ACI que é criado pelo Portal não gera IP nem o FQDN O que pode…
Accidentally deleted container registry
Hello there, Today unfortunately I delete a container registry (by az cli). Is there any way to recover it? Thanks, Csanad
Windows container image build is failing on this step in dockerfile RUN dotnet publish -c release -o /app
Hello, I am trying to follow this link to build and create container images in ACR. …
How to list and delete old docker images?
We just started using containerization and we're also trying to secure our stuff. Now, we discovered that all of the docker images we pushed have lots of vulnerabilities. Now, after I fixed all of the vulnerabilities and uploaded the clean one, we're…