Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.48 KB

deploying_azure.textile

File metadata and controls

28 lines (20 loc) · 1.48 KB
layout title category
default
Deploying an Application on Windows Azure
devrecipe

Installing an Application Windows Azure is done from Cloudify Interactive Shell with a single command

Starting the Interactive Shell

To start the Cloudify Inreractive Shell go to /tools/cli and run cloudify.bat or cloudify.sh, if your running on Linux or Mac OS.

Connect to Cloudify Controller

If you have bootstrapped your deployment before and now you need to reconnect, use the connect command. Otherwise, skip to the next section
On the interactive shell type

connect [your azure deployment URL]/rest

If you don’t remember your deployment URL, you can get it from Azure Console

Deploying your Application

Deploying your application is the process where Cloudify Controller on Azure is instructed to execute the application recipe. The controller uses the Cloudify Driver to make Azure start worker role instances according to the recipe SLAs
Once the roles are active, Cloudify agents are discovered by the cdontroller and the recipe is shipped to them for execution.

The following examples installs the travel application recipe for azure. The azure recipe differs in that it configures a reverse proxy that allows
access to the travel application via port 80 (instead of port 8080)

install-application commandline options