Docker Migration to Azure

JMN-2253 636 Reputation points
2022-11-18T00:27:11.953+00:00

Hi there,

I had searched this a lot with no hope. So, Please bear with me and don't rush answering with general articles.

On-premises we have a physical Docker server running container.

We are looking to move those containers to Azure Web Apps or Kubernetes.

Azure migrate only assess and move applications running on physical or vms to Azure. So it doesn't fit.

Do we have in Microsoft any way to move those containers to azure?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
508 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
Developer technologies .NET Other
{count} votes

Accepted answer
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2022-12-02T18:54:43.7+00:00

    JMN-2253, There is no direct tool specific for this purpose. Just to clarify, we don’t migrate servers to AKS, we migrate the workloads running on them (where possible).

    Based on your requirement - You may follow the steps outlined in this doc section Deploy the containerized app on AKS:
    Azure App Containerization ASP.NET; Containerization and migration of ASP.NET applications to Azure Kubernetes. - Azure Migrate | Microsoft Learn

    If you wish you may share your feedback on Uservoice - All of the feedback, you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure. Additionally, users with a similar request can up-vote your post and add their comments.

    I have also shared the feedback on this internally to our team.
    Much appreciate your feedback! Thanks for your patience.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Lex Li (Microsoft) 6,037 Reputation points Microsoft Employee
    2022-11-18T04:48:02.897+00:00

    So, where do you store the container images? You can simply migrate images from your local storage (Artifactory or other common solutions) to Azure Container Registry, and then spin out new containers from the images on Azure with Azure Container Apps or AKS.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.