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.
- Is that possible?
- 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
