1
votes

We are putting up a asp.net webapi project on azure. It also does a few other things so it couldnt go up as an azure website. Our IT guy set it up on a Azure Virtual machine.

I've read we'd be more beneficial to run it as a cloud service (cost wise and also maintenance wise).

I'm just wondering if anyone knows if there is a way to convert an azure virtual machine to an azure cloud service?

Thanks

1

1 Answers

-1
votes

You can't really convert an Azure VM into an Azure Cloud Service. What you could do is deploy your application as a cloud service. Once everything's working well, you can then deploy that application into a cloud service.