What!? Microsoft Azure Cloud Services have Plugins!

March 20, 2014 — 1 Comment

warningAbsolutely and you’re probably already using some of them because the Azure SDK ships with five plugins. The ones we probably use the most are Diagnostics, Caching and RemoteAccess. The other plugins that ship with the SDK are RemoteForwarder, WebDeploy.

Plugins are installed in this directory:

C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\[version]\bin\plugins

This project aims to extend the capability of the SDK by providing a wide range plugins with a community maintained library, and a command line installer.

 

Surprisingly there’s a good collection of Open Source plugins. I find the following plugins particularly interesting: ChaosMonkey, MongoDB, Node, Redis, Scoop, SevenZip, ZeroMQ

Don’t see anything interesting? Visit http://richorama.github.io/AzurePluginLibrary/ for the complete list of azure plugins.

Warning!

While I was looking at using Cloud Service Startup Tasks in order get incompatible code bases to cooperate, I came across plugins. At first, they look very appealing and it was extremely tempting to create my own.

Actually, creating a plugin is fairly easy and works like a charm! But here be dragons… This functionality is not documented by Microsoft, consequently if anyone decides to go down this path, they’re pretty much on their own.  Personally, I like to think that anything that’s not explicitly documented can change and break without notice. So be warned, these come with no guaranties and with a couple headaches related to deployment, build and maintainability.

More

One response to What!? Microsoft Azure Cloud Services have Plugins!

  1. 

    Awesome post as always! Thanks for sharing the knowledge Alexandre!! Especially the link – Checking it out now……

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.