1
votes

I once saw a article of how to create a Module for Windows Azure Cloud Services, such you could just import it in the ServiceDefinition.csdef

I cant find it now and been googeling for all kinds of keywords.

Anyone have some links/examples of creating such a module?

1
I found my old matrial seaching for Azure Plugin Library. If anyone has more information feel free to share - Poul K. Sørensen

1 Answers

1
votes

If you refer to this article - although being old, this is currently the only way to build modules for Windows Azure.

And just to mention, modules are mostly used as a command line applications which are run via startup tasks.

The Azure Plugin Library itself is very life and active project.

Currently there is no other way to write "plugin-style" modules for Azure Cloud Services.