container instances
4 TopicsAKS an ACI Deployment with blob mount
I have a use case wherein I need to refer to the input dataset in the ACI/AKS which is in a blob (same used for training model). I'm not able to find related resources in the Microsoft official documentation. If anyone suggests to me how to do it, that will be very helpful.548Views0likes0CommentsAzure Logic App - Slow Performance with Docker Containers/Python
I have a python script that uses an adobe api to fetch web traffic analytics reports and write them to an Azure SQL database. This script takes about 10 minutes to run and complete successfully when run on my local machine. I packaged this up in to a docker container and have the container configured to run in our Azure logic app as seen in the photo. I have the time limit for the container running set to 3 hours (limit setting in the Until loop) and looking at the logs the script gets nowhere near completion. Why do I see such poor performance when running the container in the logic app vs. my local machine? Are there ways to increase resources for logic apps? Any ideas would help, thanks.1.9KViews1like0CommentsNeed to update the restart policy for existing Container Instance
Is there a way to update the restart policy for running container instances ?? we have container instance in our environment and the status got changed to failed state today. is there a way to monitor the status change of the ACI and start the instance automatically ? Thanks in Advance1.3KViews0likes0CommentsCan anyone point me to a list of Docker images that are supported by Azure services?
Specifically what images are supported on Azure Container Instances and Azure Web App with Docker deployment? I've been trying to deploy a simple ASP.NET Core 2.1 Web API and have met with utter failure. I've tried deploying public images from Docker Hub that are simple ASP.NET Core 2.1 application with thefollowing images as base: microsoft/dotnet:2.1-aspnetcore-runtime-nanoserver-1709 - Deployment fails with OS not supported message. microsoft/dotnet:2.1-aspnetcore-runtime-nanoserver-sac2016 - Deployment succeeds but the container fails to start microsoft/dotnet:2.1-aspnetcore-runtime (Linux) - Deployment fails withResourceDeploymentFailure I've also tried deploying the image based onmicrosoft/dotnet:2.1-aspnetcore-runtime to an Azure Web App with Docker. I turned logging on for the container and only receive "ERROR - Container {my_site}_0 for site {my_site} has exited, failing site start". I'm able to start (and debug with VS) containers for three of these images locally. My thought is that perhaps .NET Core 2.1 is too new and Azure simply doesn't support those images. Super frustrating evening failing to deploy three separate container images on two different container hosting services on Azure.1.3KViews0likes1Comment