How to deploy a decoupled web application built with .NET Core (.NET 6) for Backend and vanilla html & javascript for Frontend to Azure?
I’ve built a simple web app using .Net Core (.Net 6) for the backend and vanilla html & javascript in a single “index.html” file in VS Code for the frontend. I’ve tested it on my local and everything works as intended.