412 questions
0 votes
1 answer
99 views
Deploy a container registry containing a python docker code into azure logic apps using a virtual network
I'm looking to deploy an ACR (Azure Container Registry) repository that containers docker for python code. I want this ACR to run in a virtual network so I can securely access blob storage through my ...
1 vote
1 answer
320 views
Blob under Azure container not getting delete
I have a csv which is under a container in Azure Storage. I tried all the ways mentioned online to delete it but its not getting delete. I was able to delete all the data from the same but the csv ...
1 vote
1 answer
305 views
In YAML Azure Pipeline, mapping and accessing a network share doesn't work properly when running the job in a container provided by ADO agents
I am trying to run my pipeline in containers, I am using the inbuilt support that azure pipelines provide to run the jobs in containers via azure agents. This is how my YAML looks: resources: ...
0 votes
1 answer
317 views
How to host Microservices
I'm totally new to Azure and overwhelmed by all the azure services. I have simple use-case and want to know what is the best (and cheapest option) to host this in Azure (it must be on azure). ...
2 votes
2 answers
3k views
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: (...
0 votes
2 answers
819 views
Retrieve an access token for Azure ACR using Azure Javascript SDK
I have an Azure subscription and I am using Azure Container Registry. I need to docker login to access my repository. This is easily done using the CLIs [docs]: TOKEN=$(az acr login --name <acrName&...
1 vote
1 answer
614 views
suggest best way to do Path based routing using appgateway when multiple azure container is hosted as internal
Here scenario is , we have app service needs to access the azure container apps hosted as internal, that can be accessesed with the vnet. The app gateway routing works well if we have one container ...
0 votes
1 answer
1k views
Can't hook up VNET to Azure Container App
I am trying to set up a container app/registry that will act as our Azure DevOps agents. I am following the MS guide and can get everything built and working, however i don't believe this can see our ...
2 votes
1 answer
8k views
Azure storage container is showing "Network request failed - cannot access storage endpoint" when i tried to open the container
I am trying to learn azure DB on my own and trying to understand its services, recently I am stuck with this problem, and any help on this is much appreciated. I created a storage account with all ...
3 votes
2 answers
2k views
The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription
I am working on a script where I want to run az acr import. The command tries to list the repository but fails with the error: The resource with name 'name' and type 'Microsoft.ContainerRegistry/...
0 votes
1 answer
166 views
Can an Akka.net node hosted within a container participate in a cluster outside of the container host?
I'm fairly new to Akka.net and I'm a total noob when it comes to containers so please forgive me if this is too simple (but I kind of hope it is). I'm trying to build a web app cluster using Azure app ...
0 votes
3 answers
1k views
Azure.mgmt.containerservice.ContainerServiceClient import fails with No module named 'azure.mgmt'
I am working on automating certain tasks related to Azure Kubernetes. For this, I want to connect to AKS to list pods and to get live logs which we get through kubectl. However, when I import the ...
1 vote
3 answers
1k views
Application run failed after deploying dockerized image on Azure App Service
I am trying to deploy dockerized React JS application (uses ngnix) on MS Azure App Service (Web application as Container/Web App). Using Azure Container Registry for the same. Here is my Dockerfile ...
1 vote
0 answers
198 views
Azure container instance behave differently that local container
I have a strange situation that i would like to share with you. I started container recently and wand to have Azure DevOps agent running on container. On my windows 10 laptop , i can instanciate a ...
1 vote
0 answers
472 views
How to update security patches in azure container registry automatically?
Scenario: There is an azure container registry(acr) with many repositories (around 20) Each repository has different tags like image:dev0.1, dev0.2, prod0.1, prod0.2 There are more than 100 images ...