79113164

Date: 2024-10-22 08:51:13
Score: 1.5
Natty:
Report link

I created sample Asp. net core 3.1 application and deployed to the Azure Web App service.

It Good to update your app .net 3.1 version to .net 8 as @LexLi suggested.

If you want to continue with .net 3.1 version deploy your app to Azure Web app service through Visual Studio.

I selected my project -> Right Click -> Publish -> Azure -> Azure App service (Windows) -> Create new.

enter image description here

enter image description here

enter image description here

enter image description here

After Create new I filled the necessary details and clicked the Create button.

enter image description here

I selected the newly created web app and clicked Finish button.

enter image description here

It is successfully published to Azure as shown below.

enter image description here

You can check Runtime Stack - Dotnetcore in Overview page of Azure Web app.

enter image description here

Azure Web App Output:

enter image description here

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @LexLi
  • Low reputation (0.5):
Posted by: Aslesha Kantamsetti