Home

Awesome

Hubot adapter for Visual Studio Online

You should report any issues or submit any pull requests to the Hubot adapter for Visual Studio Online repository.

Getting Started

Running Hubot on an Azure Web Site

If you want to run your Hubot instance on a Microsoft Azure Web Site and have it respond to commands from one (or more) team rooms, see How to: Running Hubot for Visual Studio Online on an Azure Web Site.

Installing the Hubot adapter for Visual Studio Online

First, create your own Hubot template by following the getting started instructions of the hubot repository.

Next, edit the package.json for your Hubot instance and add a dependency for hubot-vsonline:

    "dependencies": {
      "hubot-vsonline": "*",
      "hubot": ">= 2.0.0",
      ...
    }

Save the file and commit the changes to your Hubot's local Git repository.

Configuring the adapter

The following adapter parameters are required by the Hubot adapter for Visual Studio Online:

The following adapter parameters are optional:

The adapter also supports SSL. The following adapter parameters can be set:

The adapter also supports receiving team room messages posted to an Azure Service Bus queue. The following parameters are required:

License

MIT