简体   繁体   中英

How to publish a .Net Core Web Api from VS Code to Azure?

I'm starting with some examples on how to create a .Net Core Web Api in Visual Studio Code and everything is working fine locally :)

Now, I would like to publish the Web Api to Azure using VS Code.

  1. Is that possible?
  2. If so, can that be done using the UI? or command line/ third party tool?

From Visual Studio 2015 I know how to do that. Just wondering if we can do the same from VS Code.

any help would be very appreciated

If so, can that be done using the UI? or command line/ third party tool?

The Azure App Services extension for VS Code lets you quickly browse, create, manage, and deploy Azure App Service websites.

在此处输入图片说明

You need to read the following tutorial: https://docs.microsoft.com/en-us/dotnet/core/tutorials/publishing-with-visual-studio-code

As @Tom Sun - MSFT said, there are plugins. I recomend you to install the following:

  • .NET Core Extension Pack
  • Azure App Service

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM