Hosting & tweaks
Hosting in Azure
There are four main ways to host ASP.NET Core applications on Microsoft Azure:
- Hosting on a Windows Virtual machine or Linux Virtual machine
- Hosting on a Windows App Service or Linux App Service
- Hosting on a Windows Docker container with Azure Container Instances (ACI)
- Hosting on a Kubernetes cluster