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.
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
You should look at Azure Container Apps.
Assuming that you are running your micro services in a Docker container. The other ways to run container apps in azure are:
Probably the Azure App Service is the best place to start.