简体   繁体   中英

Is possible Running Azure on Linux

Is possible to running Azure SDK on Linux ?

I want to develop java app which i want to deploy on windows auzre, bu i'm using linux ubuntu now.

Any idea for this problem ?

Check out the Windows Azure command line tool for Mac and Linux, here . This will let you create / deploy / manage your VMs, network endpoints, data disks, cloud services (web/worker roles), certificates, Websites, and maybe a few other things I'm forgetting.

You should have no issue running Java apps in an Ubuntu Virtual Machine, and Ubuntu is one of the OS images available in the Virtual Machine gallery.

You can develop your Java application and deploy it on Windows Azure from your Linux machine following the steps described here .

If you need to operate infrastructure, you can download the Azure command-line tool. You can also use the VM Feature (Technical Preview) and run your Ubuntu Server on Azure if you feel more comfortable with that.

Either way, operating from infrastructure or from platform, you can deploy your scenario on Azure. Even specific bits could run as worker roles. I would encourage you to check the Java Dev Center for Azure I mentioned.

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