skip to Main Content

I want to host microservices on Azure platform.
But my Customer don’t want to use AKS (Azure Kubernetes Service).

So Anyone have idea for same? Is there any other proper way for hosting microservices on azure?

Please guide me.

2

Answers


  1. You should look at Azure Container Apps.

    Login or Signup to reply.
  2. Assuming that you are running your micro services in a Docker container. The other ways to run container apps in azure are:

    • Azure App Service
    • Run Docker on an Azure VM

    Probably the Azure App Service is the best place to start.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search