I have created a small todo app for my resume. Now I am struggling with deploying (backend: ASP.NET Core Web API, frontend: vueJs and database).
I have tried to deploy the ASP.NET Core Web API to Azure, but failed to connect with the database.
Could you explain the full deployment process?
Azureas well? If so replace your connection string before publishing your app toazure portalthen, you should haveresource groupunder thatresource groupyou should have theapp service. You have to finally publish your app on thisapp servicethen your application can operational. If you have yourbackendandfrontendin different project then do the same. If your application hasauthenticationstuff integrated then you have to have a look onazure active directoryas well.azure SQLto yourlocal database. You can have a look on our official guideline here