简体   繁体   中英

Can I deploy to Azure Cloud Services with a mac?

Deploy with non-windows SDK?

The documentation is vague or non-existent for deploying to Azure's Cloud Services from a non-windows environment. I have the Azure SDK for node.js and the CLI but there are no commands for publishing or building the required packages.

This repo used to solve the problem, but hasn't been touched in several years and no longer seems to work: https://github.com/c9/azure-cmdlet-node

Found Documentation

or lack thereof

None of this explicitly says you can't deploy outside of Windows, but nor does it say you can:

This document explains deploying and building the package via Powershell: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-nodejs-develop-deploy-app/

This explains how to do it with git and an Azure Website (not Cloud Service): http://azure.microsoft.com/en-us/documentation/articles/web-sites-nodejs-develop-deploy-mac/

And this article talks about the package and configuration that needs to be generated: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-create-deploy/

Have you tried cross platform command line interface

http://azure.microsoft.com/en-us/documentation/articles/xplat-cli/

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