3

I am new to using a Mac and trying to setup a coworking to publish a shared .net core web app so that it publishes to the azure account. I have downloaded the azure publishing profile but do not see Publish or Web Deploy in the GUI. How do I deploy the app to azure?

masteroleary
  • 1,014
  • 2
  • 16
  • 33
  • Any luck with this? – philwilks Apr 13 '17 at 20:38
  • From what I could tell it does not. I ended up installing parallels with Windows 10 and do development on that. There are lots of simple things that VS for Mac does differently like css color or html format function that made it very difficult to use. – masteroleary Apr 18 '17 at 01:30

1 Answers1

0

There is an option to publish to Azure directly from Visual Studio for Mac.

Right mouse button click on the project -> Publish -> Publish to Azure...

Dennis Pashkov
  • 934
  • 10
  • 24
  • 1
    Any idea on how to deploy it locally on Mamp or on a Apache server ? I don't use Azure (too expensive for a proof of concept project + I work alone). – Nk54 Aug 16 '17 at 12:30