Skip to content

Code for an Azure Function (generic webhook) that accepts a payload sent by Octopus Deploy and posts information to a Microsoft Teams channel.

Notifications You must be signed in to change notification settings

DavidDeSloovere/AzureFunction-OctopusToMicrosoftTeams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AzureFunction-OctopusToMicrosoftTeams

See the blog post at http://blog.deltacode.be/2016/11/17/azure-functions-octopus-deploy-and-microsoft-teams-channel/

Code for an Azure Function that:

  • accepts a payload sent by Octopus Deploy (via subscriptions) and
  • posts information to a Microsoft Teams channel (0365 web hook).

Inspiration found at

The Azure Function was started from the Generic WebHook C# template. Initially I coded the function directly in the Azure Portal, the feedback cycle is fast, the online editor is good enough for small things. When the code was complete, I set up continuous delivery. So every commit to the master will automatically update the code in Azure.

About

Code for an Azure Function (generic webhook) that accepts a payload sent by Octopus Deploy and posts information to a Microsoft Teams channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages