Release to Azure web site

I’m trying to set up a deployment for an Azure web site, currently there is one step and a powershell script to deploy. When I try to run deployment I get a warning: Warning: there are no enabled machines in the roles specified by this step, in this environment. This step will be skipped. I don’t need any enabled machines since I’m deploying a web site which isn’t supported.

Hi Andrew,

You’ll need to install the Tentacle agent somewhere (usually on the Octopus server) and configure your steps to target that machine. The Tentacle can then connect to Azure or run the PowerShell scripts.

Paul