Jinkal Radadiya
Jinkal Radadiya

Reputation: 1

Host Microservices on Azure without Kubernetes

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.

Upvotes: 0

Views: 583

Answers (2)

Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65391

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.

Upvotes: 1

Peter L
Peter L

Reputation: 165

You should look at Azure Container Apps.

Upvotes: 1

Related Questions