Is there a way to run existing ASP.NET Web API in Azure Kubernetes Service?

9/18/2019

I have an existing ASP.NET Web API, and I would like to deploy it to Azure Kubernetes Service. So far, I have only found tutorials showing how to deploy ASP.NET Core Web API Apps. Can anyone guide me towards the tutorial for pure ASP.NET Web API AKS deployment and not the Core one?

-- Sameer
asp.net-web-api
azure
azure-kubernetes

1 Answer

9/18/2019
-- Thiago Custodio
Source: StackOverflow